From: Dave Liu Date: Fri, 11 Jan 2008 10:42:19 +0000 (+0800) Subject: mpc83xx: Remove cache config from MPC8360ERDK.h X-Git-Tag: v2008.10-rc1~798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b958234b0783f13d92f007f753fd2c3ae2c8680;p=platform%2Fkernel%2Fu-boot.git mpc83xx: Remove cache config from MPC8360ERDK.h The MPC8360ERDK board support patch is added before the commit 2c5b48fc205c3e2752910da8f39209ed075929e5 so, miss clean up it. The patch clean up the miss cache config. Signed-off-by: Dave Liu Signed-off-by: Kim Phillips --- diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 0f6f8f1..8f6f57f 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -387,15 +387,6 @@ #define CFG_HID2 HID2_HBE /* - * Cache Config - */ -#define CFG_DCACHE_SIZE 32768 -#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 */