diff options
| author | Kumar Gala <[email protected]> | 2008-01-17 00:52:29 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2008-01-17 02:06:53 -0600 |
| commit | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch) | |
| tree | 8e8dbfd5161620c312eb7395890c4633c592fb30 /include | |
| parent | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff) | |
85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8540ADS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8560ADS.h | 1 |
2 files changed, 2 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 diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 08884b36f07..84c517f7ba7 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -53,6 +53,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 |
