From: Becky Bruce Date: Mon, 4 Aug 2008 19:01:16 +0000 (-0500) Subject: POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=23f935c073e7578c6066804fd2f9ee116cae6ffe;p=u-boot.git POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config Signed-off-by: Becky Bruce Acked-by: Jon Loeliger --- diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 3cd9ff80f6..ebfcb46324 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 */