diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:53:50 -0400 |
commit | 9f840b8d56a98abc75d0a97449230e44f60b6e62 (patch) | |
tree | 8d069ef5e586d846e5c59184809ccb6445ab02bc /arch/arm | |
parent | df0b116de160218426faa31fe6339f0e6678ae4f (diff) | |
download | u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.zip u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.tar.gz u-boot-imx-9f840b8d56a98abc75d0a97449230e44f60b6e62.tar.bz2 |
arm: Remove lp8x4x 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 8544b42..6365e8f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -676,10 +676,6 @@ config TARGET_ZIPITZ2 bool "Support zipitz2" select CPU_PXA -config TARGET_LP8X4X - bool "Support lp8x4x" - select CPU_PXA - config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" select CPU_PXA @@ -810,7 +806,6 @@ source "board/gumstix/pepper/Kconfig" source "board/h2200/Kconfig" source "board/hale/tt01/Kconfig" source "board/hisilicon/hikey/Kconfig" -source "board/icpdas/lp8x4x/Kconfig" source "board/imx31_phycore/Kconfig" source "board/isee/igep0033/Kconfig" source "board/karo/tx25/Kconfig" |