[U-Boot] [PATCH] powerpc/p2041rdb: Enable backside L2 cache support

From: Mingkai Hu Mingkai.hu@freescale.com
Signed-off-by: Mingkai Hu Mingkai.hu@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org --- 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

On Jul 21, 2011, at 5:03 PM, Kumar Gala wrote:
From: Mingkai Hu Mingkai.hu@freescale.com
Signed-off-by: Mingkai Hu Mingkai.hu@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
include/configs/P2041RDB.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
applied to 85xx
- k
participants (1)
-
Kumar Gala