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 /arch/arm/Kconfig | |
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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 89fe420c4d..e9cd91a5c8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -614,11 +614,6 @@ config TARGET_H2200 bool "Support h2200" select CPU_PXA -config TARGET_PALMTREO680 - bool "Support palmtreo680" - select CPU_PXA - select SUPPORT_SPL - config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" select CPU_PXA @@ -748,7 +743,6 @@ source "board/karo/tx25/Kconfig" source "board/maxbcm/Kconfig" source "board/mpl/vcma9/Kconfig" source "board/olimex/mx23_olinuxino/Kconfig" -source "board/palmtreo680/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/ppcag/bg0900/Kconfig" source "board/samsung/smdk2410/Kconfig" |