summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2014-10-21 13:46:58 +0200
committerWolfgang Denk <wd@denx.de>2014-10-27 14:35:53 +0100
commitc6832a96358b9b949253b4f3f6d2db0fd031e661 (patch)
treef2a2ba444050db737546e2ef2baad931cf18458a
parentd0796defbe8eff6fc3c27c893dcbc47af59d4764 (diff)
downloadblackbird-obmc-uboot-c6832a96358b9b949253b4f3f6d2db0fd031e661.tar.gz
blackbird-obmc-uboot-c6832a96358b9b949253b4f3f6d2db0fd031e661.zip
powerpc: mpc512x: fix boot breakage
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@denx.de>
-rw-r--r--arch/powerpc/include/asm/immap_512x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/immap_512x.h b/arch/powerpc/include/asm/immap_512x.h
index 6086a73ba9..bed80aa933 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];
OpenPOWER on IntegriCloud