Stop calling fdt_immr_addr from the xlp startup code. It's used to set

fdt_immr_{va,pa,size}, but these are not used outside a single ARM SoC.
This commit is contained in:
Andrew Turner 2016-01-22 12:00:56 +00:00
parent 72cc93767c
commit 3184de419d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294559

View File

@ -311,8 +311,6 @@ xlp_bootargs_init(__register_t arg)
while (1);
if (OF_init((void *)dtbp) != 0)
while (1);
if (fdt_immr_addr(xlp_io_base) != 0)
while (1);
OF_interpret("perform-fixup", 0);
chosen = OF_finddevice("/chosen");