diff options
| author | Simon Glass <[email protected]> | 2016-11-23 06:01:30 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-12-04 13:54:59 -0500 |
| commit | fd9080ea5072cbc771a5f299e1f7ede65b6204b9 (patch) | |
| tree | 18144a121c6ede96ca906dbc8cffa1d78f80a586 /arch | |
| parent | 8ff89f8db870d6e35ad9369b9bd7123478a4c1db (diff) | |
arm: Remove smdk2410 board
This board has not been converted to DM_SERIAL by the deadline.
Remove it.
Signed-off-by: Simon Glass <[email protected]>
Acked-by: David Müller <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3d009482abc..9c9312911b6 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" |
