aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap4
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-07-07 21:07:16 +0530
committerJagan Teki <jagan@amarulasolutions.com>2020-07-09 20:58:05 +0530
commited3294d6d1f977c24d6289f06b186809f6380030 (patch)
treeadf9f37ffc8aa1ed37cf80ed3d8b0d2d3117b4de /arch/arm/mach-omap2/omap4
parent76386d6195a1de78fefad0fce17edf98ab95ab7a (diff)
downloadu-boot-ed3294d6d1f977c24d6289f06b186809f6380030.zip
u-boot-ed3294d6d1f977c24d6289f06b186809f6380030.tar.gz
u-boot-ed3294d6d1f977c24d6289f06b186809f6380030.tar.bz2
arm: Remove overo board
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Drop it. Cc: Ash Charles <ash@gumstix.com> Cc: Steve Sakoman <sakoman@gmail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap4')
-rw-r--r--arch/arm/mach-omap2/omap4/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap4/Kconfig b/arch/arm/mach-omap2/omap4/Kconfig
index 49adb8e..899289b 100644
--- a/arch/arm/mach-omap2/omap4/Kconfig
+++ b/arch/arm/mach-omap2/omap4/Kconfig
@@ -4,9 +4,6 @@ choice
prompt "OMAP4 board select"
optional
-config TARGET_DUOVERO
- bool "OMAP4430 Gumstix Duovero"
-
config TARGET_OMAP4_PANDA
bool "TI OMAP4 PandaBoard"
@@ -21,7 +18,6 @@ endchoice
config SYS_SOC
default "omap4"
-source "board/gumstix/duovero/Kconfig"
source "board/ti/panda/Kconfig"
source "board/ti/sdp4430/Kconfig"
source "board/amazon/kc1/Kconfig"