diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:14:44 -0400 |
commit | ad4f54ea86bd8a1836bd270566374927fe9c5b08 (patch) | |
tree | 46004dc39e1f45d56eeffaa15f980d55f316b9a4 /configs | |
parent | 1c87dd76c490041fce01e3dbfe29d993eadd693b (diff) | |
download | u-boot-ad4f54ea86bd8a1836bd270566374927fe9c5b08.tar.gz |
arm: Remove palmtreo680 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/palmtreo680_defconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configs/palmtreo680_defconfig b/configs/palmtreo680_defconfig deleted file mode 100644 index b56191d876..0000000000 --- a/configs/palmtreo680_defconfig +++ /dev/null @@ -1,12 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_PALMTREO680=y -CONFIG_SPL=y -# CONFIG_CMD_IMLS is not set -# CONFIG_CMD_XIMG is not set -# CONFIG_CMD_LOADS is not set -# CONFIG_CMD_FLASH is not set -# CONFIG_CMD_FPGA is not set -# CONFIG_CMD_SOURCE is not set -# CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set -# CONFIG_CMD_NFS is not set |