* [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
@ 2011-12-16 9:00 Thomas Weber
2011-12-18 10:00 ` Igor Grinberg
2011-12-19 9:03 ` Luca Ceresoli
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Weber @ 2011-12-16 9:00 UTC (permalink / raw)
To: u-boot
This patch removes the unused definitions:
CONFIG_OMAP3_MICRON_DDR
CONFIG_OMAP3_NUMONYX_DDR
CONFIG_OMAP3_INFINEON_DDR
Signed-off-by: Thomas Weber <weber@corscience.de>
---
include/configs/cm_t35.h | 3 ---
include/configs/dig297.h | 3 ---
include/configs/igep0020.h | 3 ---
include/configs/igep0030.h | 3 ---
include/configs/omap3_mvblx.h | 3 ---
include/configs/omap3_overo.h | 3 ---
include/configs/omap3_pandora.h | 3 ---
include/configs/omap3_sdp3430.h | 3 ---
include/configs/omap3_zoom1.h | 3 ---
include/configs/omap3_zoom2.h | 3 ---
10 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index a06a89d..0385ee8 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 42aab27..1626b0e 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 56fd6de..c2fcdff 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 3634618..bf39ba5 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 eb51ea9..a5746d1 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 79eb466..db453ac 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 1a30454..4df5f5d 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 90f4b90..404aed2 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 b0e10c7..17608f5 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 8a37ebf..b60ece3 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
--
1.7.8
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
2011-12-16 9:00 [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR Thomas Weber
@ 2011-12-18 10:00 ` Igor Grinberg
2011-12-19 9:03 ` Luca Ceresoli
1 sibling, 0 replies; 3+ messages in thread
From: Igor Grinberg @ 2011-12-18 10:00 UTC (permalink / raw)
To: u-boot
On 12/16/11 11:00, Thomas Weber wrote:
> This patch removes the unused definitions:
> CONFIG_OMAP3_MICRON_DDR
> CONFIG_OMAP3_NUMONYX_DDR
> CONFIG_OMAP3_INFINEON_DDR
>
> Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Thanks Thomas.
--
Regards,
Igor.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
2011-12-16 9:00 [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR Thomas Weber
2011-12-18 10:00 ` Igor Grinberg
@ 2011-12-19 9:03 ` Luca Ceresoli
1 sibling, 0 replies; 3+ messages in thread
From: Luca Ceresoli @ 2011-12-19 9:03 UTC (permalink / raw)
To: u-boot
Thomas Weber wrote:
> This patch removes the unused definitions:
> CONFIG_OMAP3_MICRON_DDR
> CONFIG_OMAP3_NUMONYX_DDR
> CONFIG_OMAP3_INFINEON_DDR
>
> Signed-off-by: Thomas Weber<weber@corscience.de>
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Luca
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-19 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 9:00 [U-Boot] [PATCH] OMAP3: Remove unused define CONFIG_OMAP3_*_DDR Thomas Weber
2011-12-18 10:00 ` Igor Grinberg
2011-12-19 9:03 ` Luca Ceresoli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox