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:
Justin Hibbits 2016-09-07 04:13:28 +00:00
parent bdee3435fa
commit a2fe9079a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305520

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);