From: Andy Fleming Date: Wed, 9 Jan 2008 22:34:51 +0000 (-0600) Subject: Remove cache config from ATUM8548 and sbc8548 configs X-Git-Tag: v2025.01-rc5-pxa1908~22626^2~37^2~1 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=890dfef06c2d169a3356359596890754dfb8ee1c;p=u-boot.git Remove cache config from ATUM8548 and sbc8548 configs These boards weren't updated by Kumar's config patch because they weren't in the tree, yet. Signed-off-by: Andy Fleming --- diff --git a/include/configs/ATUM8548.h b/include/configs/ATUM8548.h index e11a445436..f7020b4956 100644 --- a/include/configs/ATUM8548.h +++ b/include/configs/ATUM8548.h @@ -388,13 +388,6 @@ */ #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 /*log base 2 of the above value*/ -#endif - /* * Internal Definitions * diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 30d7b01115..c050a061be 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -484,13 +484,6 @@ */ #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 /*log base 2 of the above value*/ -#endif - /* * Internal Definitions *