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:
parent
72cc93767c
commit
3184de419d
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user