[U-Boot] [PATCH 1/7] powerpc: mpc512x: fix boot breakage
Anatolij Gustschin
agust at denx.de
Tue Oct 21 13:46:58 CEST 2014
Commit d6b11fd1 (powerpc: remove MBX and MBX860T boards support)
removed mbxbar field in "struct sysconf512x" by mistake and broke
booting on mpc5121 boards. Fix it.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
NOTE: ALL mpc512x boards are broken in releases v2014.07 and
v2014.10.
arch/powerpc/include/asm/immap_512x.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/include/asm/immap_512x.h b/arch/powerpc/include/asm/immap_512x.h
index 6086a73..bed80aa 100644
--- a/arch/powerpc/include/asm/immap_512x.h
+++ b/arch/powerpc/include/asm/immap_512x.h
@@ -59,6 +59,7 @@ typedef struct sysconf512x {
u8 res2[0x28];
law512x_t ddrlaw; /* DDR Local Access Window */
u8 res3[0x18];
+ u32 mbxbar; /* MBX Base Address */
u32 srambar; /* SRAM Base Address */
u32 nfcbar; /* NFC Base Address */
u8 res4[0x34];
--
1.8.3.1
More information about the U-Boot
mailing list