diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2008-06-23 13:25:34 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-06-25 17:04:37 -0500 |
commit | 6a19c46cae43c16c528eddefae3db97134f1915d (patch) | |
tree | ba2847c35efbc1f82cb8f28eaeaa11bf25a20d2f /include | |
parent | 846f1574ddddeda2bc227655e687308695f41cdc (diff) | |
download | u-boot-imx-6a19c46cae43c16c528eddefae3db97134f1915d.zip u-boot-imx-6a19c46cae43c16c528eddefae3db97134f1915d.tar.gz u-boot-imx-6a19c46cae43c16c528eddefae3db97134f1915d.tar.bz2 |
fix non-working mvBL-M7
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MVBLM7.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 349ca14..021b72d 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) |