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/MPC8610HPCD.h | |
parent | 812493ad872a56c81a20232a7e89be11ec388c87 (diff) |
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/MPC8610HPCD.h')
-rw-r--r-- | include/configs/MPC8610HPCD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 645d947a5da..2b7b8b54bad 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -53,6 +53,7 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ +#define CONFIG_BAT_RW 1 /* Use common BAT rw code */ #define CONFIG_HIGH_BATS 1 /* High BATs supported & enabled */ #define CONFIG_ALTIVEC 1 |