diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:02:10 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:11:53 -0600 |
commit | 3b558e26a5ef31635787d6d6e97d70939d4f892d (patch) | |
tree | 58a6302220c050cd9ead2d4da65b3e188c113249 /include/configs/TQM85xx.h | |
parent | 74121b470c14f7eaf284ee838bffca6f9521069e (diff) | |
download | u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.zip u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.gz u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.bz2 |
85xx: Convert TQM85xx to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/TQM85xx.h')
-rw-r--r-- | include/configs/TQM85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index dd0654b..e2e9964 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -51,6 +51,7 @@ #endif #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ /* * sysclk for MPC85xx |