diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:58:48 -0400 |
commit | 49d8899ba9c26335e4a12e01c18028fc5e40c796 (patch) | |
tree | 567e4d77c4fbeb6f1c0d5b497ed1e57f06fd3661 /board/zipitz2/Kconfig | |
parent | 79d19734a9e2dbd3fc414512227a24f60cd3572a (diff) |
arm: Remove pxa255_idp, zipitz2 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/zipitz2/Kconfig')
-rw-r--r-- | board/zipitz2/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/zipitz2/Kconfig b/board/zipitz2/Kconfig deleted file mode 100644 index c6635040a3..0000000000 --- a/board/zipitz2/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_ZIPITZ2 - -config SYS_BOARD - default "zipitz2" - -config SYS_CONFIG_NAME - default "zipitz2" - -endif |