diff options
author | Tony Lindgren <tony@atomide.com> | 2013-10-14 11:31:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 10:24:33 -0700 |
commit | 95807689eab8441737572d1a9daaa1025429a908 (patch) | |
tree | 7601bb59ec31510bbecee6b3384709e771f02967 /arch/arm/mach-omap2/Kconfig | |
parent | dfcc11ad4a4e620440475e25cf75d10c9d3bf7c2 (diff) |
ARM: OMAP2+: Remove legacy booting support for omap3 EVM
We now have pretty decent support with the device tree
based booting. Patches to add more features are welcome.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 6850bf9f8f1..fbd730d895c 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -256,12 +256,6 @@ config MACH_OVERO default y select OMAP_PACKAGE_CBB -config MACH_OMAP3EVM - bool "OMAP 3530 EVM board" - depends on ARCH_OMAP3 - default y - select OMAP_PACKAGE_CBB - config MACH_OMAP3517EVM bool "OMAP3517/ AM3517 EVM board" depends on ARCH_OMAP3 |