diff options
author | Guillaume GARDET | 2014-11-03 14:26:18 +0100 |
---|---|---|
committer | Tom Rini | 2014-11-06 11:04:38 -0500 |
commit | ac7792687ad8ab68e0b431e57b4cfe72453d48eb (patch) | |
tree | f6fbd53a132f507f5118779a93fd05d995c1e6d8 /include/configs | |
parent | 6440b807399c81c3670f7c9805c917308cfdd5d3 (diff) |
ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 006c9a9c0da..b2b3750c1eb 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -29,8 +29,6 @@ #define CONFIG_REVISION_TAG 1 -#define CONFIG_SUPPORT_RAW_INITRD - /* define to enable boot progress via leds */ #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) || \ (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030) |