summaryrefslogtreecommitdiff
path: root/board/samsung/smdk2410/Kconfig
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 /board/samsung/smdk2410/Kconfig
parent8ff89f8db870d6e35ad9369b9bd7123478a4c1db (diff)
downloadu-boot-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 'board/samsung/smdk2410/Kconfig')
-rw-r--r--board/samsung/smdk2410/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/samsung/smdk2410/Kconfig b/board/samsung/smdk2410/Kconfig
deleted file mode 100644
index e987b64..0000000
--- a/board/samsung/smdk2410/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_SMDK2410
-
-config SYS_BOARD
- default "smdk2410"
-
-config SYS_VENDOR
- default "samsung"
-
-config SYS_SOC
- default "s3c24x0"
-
-config SYS_CONFIG_NAME
- default "smdk2410"
-
-endif