MFC r259265:
Use correct value pointing to previously selected FDT DTB. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
d6a22c4af9
commit
3c552ab887
@ -173,7 +173,7 @@ platform_start(__register_t a0, __register_t a1, __register_t a2,
|
|||||||
|
|
||||||
if (OF_install(OFW_FDT, 0) == FALSE)
|
if (OF_install(OFW_FDT, 0) == FALSE)
|
||||||
while (1);
|
while (1);
|
||||||
if (OF_init(&fdt_static_dtb) != 0)
|
if (OF_init((void *)dtbp) != 0)
|
||||||
while (1);
|
while (1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user