summaryrefslogtreecommitdiff
path: root/board/taskit/stamp9g20/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-31 01:19:23 (GMT)
committerTom Rini <trini@konsulko.com>2015-09-11 18:58:48 (GMT)
commit79d19734a9e2dbd3fc414512227a24f60cd3572a (patch)
tree5bcf8fdf082d1e42346e3c9db819b743ee918551 /board/taskit/stamp9g20/Kconfig
parentf6eac00aba2047dad50fb3c95a962d386b326673 (diff)
downloadu-boot-79d19734a9e2dbd3fc414512227a24f60cd3572a.tar.xz
arm: Remove portuxg20, stamp9g20 boards
These boards have not been converted to generic board by the deadline. Remove them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/taskit/stamp9g20/Kconfig')
-rw-r--r--board/taskit/stamp9g20/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/taskit/stamp9g20/Kconfig b/board/taskit/stamp9g20/Kconfig
deleted file mode 100644
index 1121dac..0000000
--- a/board/taskit/stamp9g20/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_STAMP9G20
-
-config SYS_BOARD
- default "stamp9g20"
-
-config SYS_VENDOR
- default "taskit"
-
-config SYS_CONFIG_NAME
- default "stamp9g20"
-
-endif