Chase removal of FDT fixup code on PowerPC in r327907.

This commit is contained in:
Nathan Whitehorn 2018-01-13 03:09:05 +00:00
parent ed03d62a4c
commit 222393d5ca

View File

@ -420,8 +420,6 @@ OF_bootstrap()
return status;
err = OF_init(fdt);
if (err == 0)
OF_interpret("perform-fixup", 0);
}
if (err != 0) {