diff --git a/include/configs/ATUM8548.h b/include/configs/ATUM8548.h
index e11a44543626fde818730a0d25b8d2bef42a961b..f7020b495691c86eaa5a7d5bae29f6972744f206 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 30d7b011155835b0023a5209f3afb531670ff3b3..c050a061beb3a1342144d64c84915a2b49ea7103 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
  *