diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 00:32:17 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:06:05 -0600 |
commit | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (patch) | |
tree | 85e55303c8028bc004e108733601327e7e527387 /include/configs/ATUM8548.h | |
parent | 0f7a3dc95cbff3c21bd6dbc639313796412bbbab (diff) | |
download | u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.zip u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.gz u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.bz2 |
85xx: Convert ATUM8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/ATUM8548.h')
-rw-r--r-- | include/configs/ATUM8548.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ATUM8548.h b/include/configs/ATUM8548.h index c14376e..c2dde41 100644 --- a/include/configs/ATUM8548.h +++ b/include/configs/ATUM8548.h @@ -64,6 +64,7 @@ #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ #define MPC85xx_DDR_SDRAM_CLK_CNTL /* 85xx has clock control reg */ |