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 /arch/arm | |
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 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf0c2a7..ad41ba3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -634,10 +634,6 @@ config TARGET_H2200 bool "Support h2200" select CPU_PXA -config TARGET_PALMTC - bool "Support palmtc" - select CPU_PXA - config TARGET_PALMTREO680 bool "Support palmtreo680" select CPU_PXA @@ -797,7 +793,6 @@ source "board/karo/tx25/Kconfig" source "board/maxbcm/Kconfig" source "board/mpl/vcma9/Kconfig" source "board/olimex/mx23_olinuxino/Kconfig" -source "board/palmtc/Kconfig" source "board/palmtreo680/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/ppcag/bg0900/Kconfig" |