mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-08 15:51:34 +00:00
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>
This commit is contained in:
parent
846f1574dd
commit
6a19c46cae
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@
|
||||||
#define CFG_HID0_FINAL CFG_HID0_INIT
|
#define CFG_HID0_FINAL CFG_HID0_INIT
|
||||||
|
|
||||||
#define CFG_HID2 HID2_HBE
|
#define CFG_HID2 HID2_HBE
|
||||||
|
#define CONFIG_HIGH_BATS 1
|
||||||
|
|
||||||
/* DDR */
|
/* DDR */
|
||||||
#define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
|
#define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue