Disable the qoriq errata fix for now

It hangs more often than it actually works it seems.  Further debugging is
needed to determine why, but for now the system needs to be able to boot.
This commit is contained in:
jhibbits 2016-09-07 04:13:28 +00:00
parent cbfd27fdcd
commit a6049e51ed

View File

@ -195,7 +195,9 @@ mpc85xx_attach(platform_t plat)
}
ccsrbar_va = pmap_early_io_map(ccsrbar, ccsrsize);
#if 0
mpc85xx_fix_errata(ccsrbar_va);
#endif
mpc85xx_enable_l3_cache();
return (0);