diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:57:41 -0400 |
commit | 35782e9cca145603d58aa73c7ab1c1548e409367 (patch) | |
tree | 3d14fcfe89eee9a4da22db837c491b0f194e37a8 /configs | |
parent | 819216ddfab1e81430086fd0c8e7f187c38dd81a (diff) | |
download | u-boot-imx-35782e9cca145603d58aa73c7ab1c1548e409367.zip u-boot-imx-35782e9cca145603d58aa73c7ab1c1548e409367.tar.gz u-boot-imx-35782e9cca145603d58aa73c7ab1c1548e409367.tar.bz2 |
arm: Remove palmld 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/palmld_defconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/palmld_defconfig b/configs/palmld_defconfig deleted file mode 100644 index 354071a..0000000 --- a/configs/palmld_defconfig +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_PALMLD=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="$ " |