summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-23 13:01:30 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-04 18:54:59 (GMT)
commitfd9080ea5072cbc771a5f299e1f7ede65b6204b9 (patch)
tree18144a121c6ede96ca906dbc8cffa1d78f80a586 /arch
parent8ff89f8db870d6e35ad9369b9bd7123478a4c1db (diff)
downloadu-boot-fsl-qoriq-fd9080ea5072cbc771a5f299e1f7ede65b6204b9.tar.xz
arm: Remove smdk2410 board
This board has not been converted to DM_SERIAL by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3d00948..9c93129 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -152,10 +152,6 @@ config TARGET_VCMA9
bool "Support VCMA9"
select CPU_ARM920T
-config TARGET_SMDK2410
- bool "Support smdk2410"
- select CPU_ARM920T
-
config TARGET_ASPENITE
bool "Support aspenite"
select CPU_ARM926EJS
@@ -1007,7 +1003,6 @@ source "board/olimex/mx23_olinuxino/Kconfig"
source "board/phytec/pcm051/Kconfig"
source "board/phytec/pcm052/Kconfig"
source "board/ppcag/bg0900/Kconfig"
-source "board/samsung/smdk2410/Kconfig"
source "board/sandisk/sansa_fuze_plus/Kconfig"
source "board/schulercontrol/sc_sps_1/Kconfig"
source "board/siemens/draco/Kconfig"