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/Yukon8220.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/Yukon8220.h')
-rw-r--r-- | include/configs/Yukon8220.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/Yukon8220.h b/include/configs/Yukon8220.h index c439068..8ec6c84 100644 --- a/include/configs/Yukon8220.h +++ b/include/configs/Yukon8220.h @@ -31,6 +31,7 @@ #define CONFIG_MPC8220 1 #define CONFIG_YUKON8220 1 /* ... on Yukon board */ +#define CONFIG_BAT_RW 1 /* Use common BAT rw code */ #define CONFIG_HIGH_BATS 1 /* High BATs supported */ /* Input clock running at 30Mhz, read Hid1 for the CPU multiplier to |