diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index a06a89d4146413ff2b8564ac748b6733a29adc26..0385ee8c600ceb5169e0fc5a044cb5c3cf97ec5d 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -112,9 +112,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* USB */
 #define CONFIG_MUSB_UDC			1
 #define CONFIG_USB_OMAP3		1
diff --git a/include/configs/dig297.h b/include/configs/dig297.h
index 42aab27fac53de648bf4035b77a3339b2b120841..1626b0e625c8493e9e01ff61b0f68dd7dba4a08f 100644
--- a/include/configs/dig297.h
+++ b/include/configs/dig297.h
@@ -109,9 +109,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR
-
 /* library portions to compile in */
 #define CONFIG_RBTREE
 #define CONFIG_MTD_PARTITIONS
diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
index 56fd6de231855ff611484044be15732dea3641cb..c2fcdffdae1d3b9d52352d77801b6c47f0c472e3 100644
--- a/include/configs/igep0020.h
+++ b/include/configs/igep0020.h
@@ -78,9 +78,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR  */
-#define CONFIG_OMAP3_NUMONYX_DDR	1
-
 /* USB */
 #define CONFIG_MUSB_UDC			1
 #define CONFIG_USB_OMAP3		1
diff --git a/include/configs/igep0030.h b/include/configs/igep0030.h
index 36346187f8898048bb02e1dd1325e54d31b01ebf..bf39ba56d792fb40e51e7de33268b6831f1e45c4 100644
--- a/include/configs/igep0030.h
+++ b/include/configs/igep0030.h
@@ -78,9 +78,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR  */
-#define CONFIG_OMAP3_NUMONYX_DDR	1
-
 /* USB */
 #define CONFIG_MUSB_UDC			1
 #define CONFIG_USB_OMAP3		1
diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
index eb51ea9f9baa279eaf977ac65445d413887bccf2..a5746d160c423c41ad57b2bbb044bd5464df8d7d 100644
--- a/include/configs/omap3_mvblx.h
+++ b/include/configs/omap3_mvblx.h
@@ -102,9 +102,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* USB */
 #define CONFIG_MUSB_UDC			1
 #define CONFIG_USB_OMAP3		1
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 79eb46683bc2164aa3be8cf71d23f0d9a1a08c93..db453acee17302736ac6dad4fdc8622773ca1818 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -90,9 +90,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* commands to include */
 #include <config_cmd_default.h>
 
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 1a30454c7d09f104414da88517c1d72741f12f68..4df5f5dac55f41e263d81de20537e7e23987b67e 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -104,9 +104,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* commands to include */
 #include <config_cmd_default.h>
 
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
index 90f4b9036ec65e5e087d93db42b4af67c31038b1..404aed2f5f9cbe7a1becc1ff7b97ae3be34ab2c6 100644
--- a/include/configs/omap3_sdp3430.h
+++ b/include/configs/omap3_sdp3430.h
@@ -137,9 +137,6 @@
 #define CONFIG_SYS_I2C_BUS_SELECT	1
 #define CONFIG_DRIVER_OMAP34XX_I2C	1
 
-/* DDR - I use Infineon DDR */
-#define CONFIG_OMAP3_INFINEON_DDR	1
-
 /* OMITTED:  single 1 Gbit MT29F1G NAND flash */
 
 /*
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index b0e10c762b570558068301ca87970e308cb180e2..17608f5f28075c8551d2efce4c0fc58468153133 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -99,9 +99,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* USB */
 #define CONFIG_MUSB_UDC			1
 #define CONFIG_USB_OMAP3		1
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index 8a37ebfa3afa178dcd138f99955884e6d86ee1de..b60ece3c537caeed813a822e3181e28fae480d51 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -99,9 +99,6 @@
 #define CONFIG_OMAP_HSMMC		1
 #define CONFIG_DOS_PARTITION		1
 
-/* DDR - I use Micron DDR */
-#define CONFIG_OMAP3_MICRON_DDR		1
-
 /* Status LED */
 #define CONFIG_STATUS_LED		1 /* Status LED enabled	*/
 #define CONFIG_BOARD_SPECIFIC_LED	1