Browse Source

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>
Anatolij Gustschin 10 years ago
parent
commit
c6832a9635
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/include/asm/immap_512x.h

+ 1 - 0
arch/powerpc/include/asm/immap_512x.h

@@ -59,6 +59,7 @@ typedef struct sysconf512x {
 	u8 res2[0x28];
 	u8 res2[0x28];
 	law512x_t ddrlaw;	/* DDR Local Access Window */
 	law512x_t ddrlaw;	/* DDR Local Access Window */
 	u8 res3[0x18];
 	u8 res3[0x18];
+	u32 mbxbar;		/* MBX Base Address */
 	u32 srambar;		/* SRAM Base Address */
 	u32 srambar;		/* SRAM Base Address */
 	u32 nfcbar;		/* NFC Base Address */
 	u32 nfcbar;		/* NFC Base Address */
 	u8 res4[0x34];
 	u8 res4[0x34];