diff options
author | Kumar Gala | 2008-01-17 00:52:29 -0600 |
---|---|---|
committer | Kumar Gala | 2008-01-17 02:06:53 -0600 |
commit | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch) | |
tree | 8e8dbfd5161620c312eb7395890c4633c592fb30 /include/configs/MPC8540ADS.h | |
parent | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff) |
85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8540ADS.h')
-rw-r--r-- | include/configs/MPC8540ADS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 5ea7b250471..74076fbe4a0 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -56,6 +56,7 @@ #define CONFIG_MEM_INIT_VALUE 0xDeadBeef #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ /* * sysclk for MPC85xx |