diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h
index 18be38aca3d747eb7288fec1a529a82ca6559263..2ee13671d93a26d5e6272ba66e315eadcfae5296 100644
--- a/include/configs/igep0033.h
+++ b/include/configs/igep0033.h
@@ -28,10 +28,6 @@
 #define V_OSCK				24000000  /* Clock output from T2 */
 #define V_SCLK				(V_OSCK)
 
-/* DMA defines */
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE	(1 << 20)
-
 #define CONFIG_ENV_SIZE			(128 << 10)	/* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN		(1024 << 10)
 #define CONFIG_SYS_LONGHELP		/* undef to save memory */
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h
index 07af32bb94f746840ff988e92fe5594ecc148687..a3f8ead784340982b606c1760ff88fdffc32ae00 100644
--- a/include/configs/pcm051.h
+++ b/include/configs/pcm051.h
@@ -25,9 +25,6 @@
 
 #include <asm/arch/omap.h>
 
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE	(1 << 20)
-
 #define CONFIG_ENV_SIZE			(128 << 10)	/* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN		(1024 << 10)
 #define CONFIG_SYS_LONGHELP		/* undef to save memory */
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h
index c31f4d8a3309355a0480f1df2d11b6da18c4a467..42d113df538bdffafbd87074f14dff91ab1a0f0d 100644
--- a/include/configs/ti814x_evm.h
+++ b/include/configs/ti814x_evm.h
@@ -24,9 +24,6 @@
 
 #include <asm/arch/omap.h>
 
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE	(1 << 20)
-
 #define CONFIG_ENV_SIZE			(128 << 10)	/* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN		(1024 << 10)
 #define CONFIG_SYS_LONGHELP		/* undef to save memory */