[U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S?

3 Feb
2015
3 Feb
'15
1:22 a.m.
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@l /* Enable MAS7 */ #endif
3750
Age (days ago)
3750
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert E Cochran