Use correct value pointing to previously selected FDT DTB.

Reviewed by:	brooks
Sponsored by:	DARPA, AFRL
MFC after:	1 week
This commit is contained in:
Bjoern A. Zeeb 2013-12-12 17:48:33 +00:00
parent c3ebd5edbc
commit 369f2ddcb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259265

View File

@ -178,7 +178,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