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:
846f157
)
fix non-working mvBL-M7
author
Andre Schwarz
<andre.schwarz@matrix-vision.de>
Mon, 23 Jun 2008 11:25:34 +0000
(13:25 +0200)
committer
Kim Phillips
<kim.phillips@freescale.com>
Wed, 25 Jun 2008 22:04:37 +0000
(17:04 -0500)
Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MVBLM7.h
patch
|
blob
|
history
diff --git
a/include/configs/MVBLM7.h
b/include/configs/MVBLM7.h
index 349ca14bbaf869953a0ed546cd3b292ceaea8035..021b72dc2b47bb564262bf37e104fe66d4326158 100644
(file)
--- a/
include/configs/MVBLM7.h
+++ b/
include/configs/MVBLM7.h
@@
-336,6
+336,7
@@
#define CFG_HID0_FINAL CFG_HID0_INIT
#define CFG_HID2 HID2_HBE
+#define CONFIG_HIGH_BATS 1
/* DDR */
#define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)