diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 01:25:33 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:09:20 -0600 |
commit | ff4681c9285b2b4d24552a19cacc1769fe2fc7e0 (patch) | |
tree | e510cfd32576981c0f612cbd5177a3118f7a64d7 /include/configs/MPC8540EVAL.h | |
parent | 73aa9ac2b46f1cfd039106ebd6b9865016005234 (diff) | |
download | u-boot-imx-ff4681c9285b2b4d24552a19cacc1769fe2fc7e0.zip u-boot-imx-ff4681c9285b2b4d24552a19cacc1769fe2fc7e0.tar.gz u-boot-imx-ff4681c9285b2b4d24552a19cacc1769fe2fc7e0.tar.bz2 |
85xx: Convert MPC8540EVAL to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8540EVAL.h')
-rw-r--r-- | include/configs/MPC8540EVAL.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8540EVAL.h b/include/configs/MPC8540EVAL.h index bf64f27..416cee4 100644 --- a/include/configs/MPC8540EVAL.h +++ b/include/configs/MPC8540EVAL.h @@ -44,6 +44,7 @@ #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ /* Using Localbus SDRAM to emulate flash before we can program the flash, * normally you only need a flash-boot image(u-boot.bin),if unsure undef this. |