diff options
author | Tom Rini | 2021-02-20 20:06:08 -0500 |
---|---|---|
committer | Tom Rini | 2021-04-10 08:03:29 -0400 |
commit | a0cacddcafe531fa71189cf0bed1d77d456ad947 (patch) | |
tree | 1a1589dcd879b0b98a7c2864ca9105a77dfa3362 /arch | |
parent | ddfc00400965b787f53b0d50f1ca1c7f1b28ce92 (diff) |
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/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 4a9ae5256df..7d22acd23e4 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" |