From 2c5b48fc205c3e2752910da8f39209ed075929e5 Mon Sep 17 00:00:00 2001 From: Dave Liu Date: Thu, 10 Jan 2008 23:03:03 +0800 Subject: mpc83xx: Remove cache config from config.h clean up the cache config from configs.h of board Signed-off-by: Dave Liu Signed-off-by: Kim Phillips --- include/configs/MPC8349ITX.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/configs/MPC8349ITX.h') diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 49dc0de53..48c2736fc 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -487,15 +487,6 @@ boards, we say we have two, but don't display a message if we find only one. */ */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux*/ -/* - * Cache Configuration - */ -#define CFG_DCACHE_SIZE 32768 -#define CFG_CACHELINE_SIZE 32 -#if defined(CONFIG_CMD_KGDB) -#define CFG_CACHELINE_SHIFT 5 /* log2 of the above value */ -#endif - #define CFG_HRCW_LOW (\ HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\ HRCWL_DDR_TO_SCB_CLK_1X1 |\ -- cgit v1.2.3