aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-15 13:35:51 -0600
committerTom Rini <trini@konsulko.com>2024-07-23 10:37:33 -0600
commit1104cd616fef3111f851f7058511e45c3081f8cf (patch)
tree84ec8e116b5216c3263fd36511eca7ccbd88ee61 /arch/arm/mach-omap2
parent3efd925d701065bde609a622c3a011088c439237 (diff)
downloadu-boot-1104cd616fef3111f851f7058511e45c3081f8cf.zip
u-boot-1104cd616fef3111f851f7058511e45c3081f8cf.tar.gz
u-boot-1104cd616fef3111f851f7058511e45c3081f8cf.tar.bz2
arm: Remove omap4_panda board
This board has not been converted to CONFIG_DM_I2C by the deadline. Remove it. Acked-by: Robert Nelson <robertcnelson@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-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 cdac11c..5c5ac4f 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_OMAP4_PANDA
- bool "TI OMAP4 PandaBoard"
-
config TARGET_OMAP4_SDP4430
bool "TI OMAP4 SDP4430"
@@ -15,7 +12,6 @@ endchoice
config SYS_SOC
default "omap4"
-source "board/ti/panda/Kconfig"
source "board/ti/sdp4430/Kconfig"
endif