aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:06:08 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 08:03:29 -0400
commita0cacddcafe531fa71189cf0bed1d77d456ad947 (patch)
tree1a1589dcd879b0b98a7c2864ca9105a77dfa3362 /arch
parentddfc00400965b787f53b0d50f1ca1c7f1b28ce92 (diff)
downloadu-boot-a0cacddcafe531fa71189cf0bed1d77d456ad947.zip
u-boot-a0cacddcafe531fa71189cf0bed1d77d456ad947.tar.gz
u-boot-a0cacddcafe531fa71189cf0bed1d77d456ad947.tar.bz2
arm: Remove zc5202 and zc5601 boards
These boards have not been converted to CONFIG_DM_MMC by the deadline. Remove them. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx6/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index 4a9ae52..7d22acd 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -623,22 +623,6 @@ config TARGET_WARP
depends on MX6SL
select BOARD_LATE_INIT
-config TARGET_ZC5202
- bool "zc5202"
- select BOARD_LATE_INIT
- select DM
- select DM_THERMAL
- select SUPPORT_SPL
- imply CMD_DM
-
-config TARGET_ZC5601
- bool "zc5601"
- select BOARD_LATE_INIT
- select DM
- select DM_THERMAL
- select SUPPORT_SPL
- imply CMD_DM
-
config TARGET_BRPPT2
bool "brppt2"
depends on MX6QDL
@@ -672,7 +656,6 @@ source "board/bticino/mamoj/Kconfig"
source "board/compulab/cm_fx6/Kconfig"
source "board/congatec/cgtqmx6eval/Kconfig"
source "board/dhelectronics/dh_imx6/Kconfig"
-source "board/el/el6x/Kconfig"
source "board/embest/mx6boards/Kconfig"
source "board/engicam/imx6q/Kconfig"
source "board/engicam/imx6ul/Kconfig"