diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:23 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:58:48 -0400 |
commit | 79d19734a9e2dbd3fc414512227a24f60cd3572a (patch) | |
tree | 5bcf8fdf082d1e42346e3c9db819b743ee918551 /board/taskit/stamp9g20/Kconfig | |
parent | f6eac00aba2047dad50fb3c95a962d386b326673 (diff) |
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/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/taskit/stamp9g20/Kconfig b/board/taskit/stamp9g20/Kconfig deleted file mode 100644 index 1121dacfc7..0000000000 --- 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 |