diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:57:41 -0400 |
commit | 8896325d733ce4ac9ae5fab1594f3ef7ebba49d6 (patch) | |
tree | 5b3f19f99a11863448854323be5f678fd5864a9a /configs | |
parent | 35782e9cca145603d58aa73c7ab1c1548e409367 (diff) | |
download | u-boot-imx-8896325d733ce4ac9ae5fab1594f3ef7ebba49d6.zip u-boot-imx-8896325d733ce4ac9ae5fab1594f3ef7ebba49d6.tar.gz u-boot-imx-8896325d733ce4ac9ae5fab1594f3ef7ebba49d6.tar.bz2 |
arm: Remove palmtc 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/palmtc_defconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/palmtc_defconfig b/configs/palmtc_defconfig deleted file mode 100644 index de617e1..0000000 --- a/configs/palmtc_defconfig +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_PALMTC=y -# CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set -# CONFIG_CMD_NFS is not set -CONFIG_SYS_PROMPT="$ " |