projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0796de
)
powerpc: mpc512x: fix boot breakage
author
Anatolij Gustschin
<agust@denx.de>
Tue, 21 Oct 2014 11:46:58 +0000
(13:46 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 27 Oct 2014 13:35:53 +0000
(14:35 +0100)
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>
arch/powerpc/include/asm/immap_512x.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/immap_512x.h
b/arch/powerpc/include/asm/immap_512x.h
index 6086a73ba95598cc3b35f2ecf00aa60c7268160d..bed80aa93328712e32b375026121b1480d8bb8cb 100644
(file)
--- 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];