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/MPC832XEMDS.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/configs/MPC832XEMDS.h') diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 5eb5f1290..25ac58c57 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -481,15 +481,6 @@ #define CFG_HID0_FINAL HID0_ENABLE_MACHINE_CHECK #define CFG_HID2 HID2_HBE -/* - * Cache Config - */ -#define CFG_DCACHE_SIZE 16384 -#define CFG_CACHELINE_SIZE 32 -#if defined(CONFIG_CMD_KGDB) -#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value */ -#endif - /* * MMU Setup */ -- cgit v1.2.3