diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-08-04 14:01:16 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-11 23:52:19 +0200 |
commit | 23f935c073e7578c6066804fd2f9ee116cae6ffe (patch) | |
tree | 2d0f528b411f3a38e1c51e16b6da7236d637a766 | |
parent | 81c4dc39797e88ebbde14bb4b711f9588f197680 (diff) | |
download | u-boot-imx-23f935c073e7578c6066804fd2f9ee116cae6ffe.zip u-boot-imx-23f935c073e7578c6066804fd2f9ee116cae6ffe.tar.gz u-boot-imx-23f935c073e7578c6066804fd2f9ee116cae6ffe.tar.bz2 |
POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
-rw-r--r-- | include/configs/sbc8641d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 3cd9ff8..ebfcb46 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -58,6 +58,8 @@ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE +#define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */ + #undef CONFIG_SPD_EEPROM /* Do not use SPD EEPROM for DDR setup*/ #undef CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ |