Convert two while(1); statements into proper panics. Soon, kernels
with early printf support will print this info... For kernels without, the observed behavior will be the same as it is now...
This commit is contained in:
parent
d5ad10055b
commit
ff9a07fa97
@ -1056,10 +1056,10 @@ initarm(struct arm_boot_params *abp)
|
||||
#endif
|
||||
|
||||
if (OF_install(OFW_FDT, 0) == FALSE)
|
||||
while (1);
|
||||
panic("Cannot install FDT");
|
||||
|
||||
if (OF_init((void *)dtbp) != 0)
|
||||
while (1);
|
||||
panic("OF_init failed with the found device tree");
|
||||
|
||||
/* Grab physical memory regions information from device tree. */
|
||||
if (fdt_get_mem_regions(mem_regions, &mem_regions_sz, &memsize) != 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user