summaryrefslogtreecommitdiff
path: root/board/esd/otc570/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-30 19:19:19 -0600
committerTom Rini <trini@konsulko.com>2015-09-11 14:57:40 -0400
commit819216ddfab1e81430086fd0c8e7f187c38dd81a (patch)
tree6436c43254d01fb4768b555e8ee8ba74cba6ee12 /board/esd/otc570/Kconfig
parent7a2c1b13d70f38c38c4a4fe153265a861ebd5cd2 (diff)
downloadu-boot-819216ddfab1e81430086fd0c8e7f187c38dd81a.tar.gz
arm: Remove otc570 board
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/esd/otc570/Kconfig')
-rw-r--r--board/esd/otc570/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/esd/otc570/Kconfig b/board/esd/otc570/Kconfig
deleted file mode 100644
index 4966f5f755..0000000000
--- a/board/esd/otc570/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_OTC570
-
-config SYS_BOARD
- default "otc570"
-
-config SYS_VENDOR
- default "esd"
-
-config SYS_CONFIG_NAME
- default "otc570"
-
-endif