[U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S?
Robert E Cochran
u-boot at mindchasers.com
Tue Feb 3 01:22:48 CET 2015
Hi,
I noticed in cpu/mpc85xx/start.S that for ENABLE_36BIT_PHYS builds,
HID0_ENMAS7 is set for E5500/T1040 builds, but the E5500 reference
manual shows the bit doesn't exist.
If the bit truly doesn't exist, should the code be patched or is it not
worth the #ifdef?
Bob
start.S:309:
#if defined(CONFIG_ENABLE_36BIT_PHYS)
ori r0,r0,HID0_ENMAS7 at l /* Enable MAS7 */
#endif
More information about the U-Boot
mailing list