diff options
author | Mingkai Hu <Mingkai.hu@freescale.com> | 2011-07-21 17:03:54 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-07-29 08:53:38 -0500 |
commit | cd420e0b2a8966300b108c7fdab2608e12179404 (patch) | |
tree | 4e7ab6f83c3a7e27a7cf0052d95c4887e080d297 | |
parent | acf3f8da98fdd432a7b0bbcc8c94d706f1bb5c72 (diff) | |
download | u-boot-imx-cd420e0b2a8966300b108c7fdab2608e12179404.zip u-boot-imx-cd420e0b2a8966300b108c7fdab2608e12179404.tar.gz u-boot-imx-cd420e0b2a8966300b108c7fdab2608e12179404.tar.bz2 |
powerpc/p2041rdb: Enable backside L2 cache support
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | include/configs/P2041RDB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 2beb357..c35d763 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -108,6 +108,8 @@ * These can be toggled for performance analysis, otherwise use default. */ #define CONFIG_SYS_CACHE_STASHING +#define CONFIG_BACKSIDE_L2_CACHE +#define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E #define CONFIG_BTB /* toggle branch predition */ #define CONFIG_ENABLE_36BIT_PHYS |