MFC r259265:

Use correct value pointing to previously selected FDT DTB.

Sponsored by:	DARPA, AFRL
This commit is contained in:
bz 2013-12-25 23:54:38 +00:00
parent d6a22c4af9
commit 3c552ab887

View File

@ -173,7 +173,7 @@ platform_start(__register_t a0, __register_t a1, __register_t a2,
if (OF_install(OFW_FDT, 0) == FALSE)
while (1);
if (OF_init(&fdt_static_dtb) != 0)
if (OF_init((void *)dtbp) != 0)
while (1);
#endif