diff options
author | Simon Glass | 2015-08-30 19:19:24 -0600 |
---|---|---|
committer | Tom Rini | 2015-09-11 14:58:48 -0400 |
commit | 49d8899ba9c26335e4a12e01c18028fc5e40c796 (patch) | |
tree | 567e4d77c4fbeb6f1c0d5b497ed1e57f06fd3661 /configs/zipitz2_defconfig | |
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 'configs/zipitz2_defconfig')
-rw-r--r-- | configs/zipitz2_defconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/zipitz2_defconfig b/configs/zipitz2_defconfig deleted file mode 100644 index 2977ccc8dde..00000000000 --- a/configs/zipitz2_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_ZIPITZ2=y -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set -# CONFIG_CMD_NFS is not set -CONFIG_SYS_PROMPT="$ " |