diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-08 20:54:49 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-16 18:09:08 -0400 |
commit | cb578f0a87e685e74c4028eddf0ad1c810723716 (patch) | |
tree | a07fc91e857d5044766650a055dd163a8088a95b /arch/arm | |
parent | bb63363f2a7fc8fb1767549698df9a22c661d169 (diff) | |
download | u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.zip u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.tar.gz u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.tar.bz2 |
arm: remove the H2200 board
U-Boot cannot be built for h2200_defconfig with CONFIG_DM=y.
The maintainer Lukasz Dalek suggested to remove the board.
https://lists.denx.de/pipermail/u-boot/2019-August/380685.html
Cc: Lukasz Dalek <luk0104@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[trini: As this is the last non-toradex PXA board, update travis too]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1df2aba..75041ce 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1502,9 +1502,6 @@ config TARGET_LS1046AFRWY The LS1046A Freeway Board (FRWY) is a high-performance development platform that supports the QorIQ LS1046A Layerscape Architecture processor. -config TARGET_H2200 - bool "Support h2200" - select CPU_PXA config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" @@ -1812,7 +1809,6 @@ source "board/freescale/mx35pdk/Kconfig" source "board/freescale/s32v234evb/Kconfig" source "board/grinn/chiliboard/Kconfig" source "board/gumstix/pepper/Kconfig" -source "board/h2200/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/hisilicon/hikey960/Kconfig" source "board/hisilicon/poplar/Kconfig" |