From: Andre Schwarz Date: Mon, 23 Jun 2008 11:25:34 +0000 (+0200) Subject: fix non-working mvBL-M7 X-Git-Tag: v1.3.4-rc1~84^2^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=6a19c46cae43c16c528eddefae3db97134f1915d fix non-working mvBL-M7 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file. Signed-off-by: Andre Schwarz Signed-off-by: Kim Phillips --- diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 349ca14bba..021b72dc2b 100644 --- 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)