diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:58:47 -0400 |
commit | f6eac00aba2047dad50fb3c95a962d386b326673 (patch) | |
tree | c1aa6c2d2546f1eb66a846ac45eb005d9f681dd0 /board/trizepsiv/Kconfig | |
parent | 8896325d733ce4ac9ae5fab1594f3ef7ebba49d6 (diff) | |
download | u-boot-f6eac00aba2047dad50fb3c95a962d386b326673.tar.gz |
arm: Remove polaris and trizepsiv boards
These boards have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/trizepsiv/Kconfig')
-rw-r--r-- | board/trizepsiv/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/trizepsiv/Kconfig b/board/trizepsiv/Kconfig deleted file mode 100644 index 56b255709a..0000000000 --- a/board/trizepsiv/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_TRIZEPSIV - -config SYS_BOARD - default "trizepsiv" - -config SYS_CONFIG_NAME - default "trizepsiv" - -endif |