diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-10-07 22:32:48 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-13 21:44:10 +0200 |
commit | 4bbfd3e279d70afc89456048e024e6b923c9d325 (patch) | |
tree | 3995c144e705240696eafbac512f093847e515dc /include/configs/XPEDITE5170.h | |
parent | 812493ad872a56c81a20232a7e89be11ec388c87 (diff) | |
download | u-boot-imx-4bbfd3e279d70afc89456048e024e6b923c9d325.zip u-boot-imx-4bbfd3e279d70afc89456048e024e6b923c9d325.tar.gz u-boot-imx-4bbfd3e279d70afc89456048e024e6b923c9d325.tar.bz2 |
ppc: Conditionally compile bat_rw.c
Only a few PPC boards actually use the common BAT manipulation
functions, so only compile it for them.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/XPEDITE5170.h')
-rw-r--r-- | include/configs/XPEDITE5170.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE5170.h b/include/configs/XPEDITE5170.h index 8770a8d..306baed 100644 --- a/include/configs/XPEDITE5170.h +++ b/include/configs/XPEDITE5170.h @@ -36,6 +36,7 @@ #define CONFIG_SYS_BOARD_NAME "XPedite5170" #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ #define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ +#define CONFIG_BAT_RW 1 /* Use common BAT rw code */ #define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */ #define CONFIG_ALTIVEC 1 |