diff options
author | Thomas Weber <weber@corscience.de> | 2011-12-15 23:00:19 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-01-16 08:40:10 +0100 |
commit | 1378cac6694dc5826589c732f83c9e416edcee84 (patch) | |
tree | 4104d26da967c572f07a9bd40bfad303154a3ff5 /include/configs/omap3_overo.h | |
parent | 9452582601466224dd16a247a70626e5f06be558 (diff) | |
download | u-boot-1378cac6694dc5826589c732f83c9e416edcee84.tar.gz |
OMAP3: Remove unused define CONFIG_OMAP3_*_DDR
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>
Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r-- | include/configs/omap3_overo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 79eb46683b..db453acee1 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> |