summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-09 08:03:02 -0500
committerTom Rini <trini@konsulko.com>2021-02-15 10:11:38 -0500
commita1361f458156851de05d40e4dba20ae730646058 (patch)
tree4522e8bcdf622143efe2cd845b13e3e6b3615449 /arch
parent8444860ca0125a0dcd2c18d85f6eb062399be154 (diff)
downloadu-boot-a1361f458156851de05d40e4dba20ae730646058.tar.gz
u-boot-a1361f458156851de05d40e4dba20ae730646058.tar.xz
u-boot-a1361f458156851de05d40e4dba20ae730646058.zip
arm: Remove mx35pdk board
This board has not been converted to CONFIG_DM_MMC by the deadline of v2019.04, which is almost two years ago. In addition there are other DM migrations it is also missing. Remove it. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 95557d6ed6..8d6ff61f2b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -621,11 +621,6 @@ config TARGET_FLEA3
bool "Support flea3"
select CPU_ARM1136
-config TARGET_MX35PDK
- bool "Support mx35pdk"
- select BOARD_LATE_INIT
- select CPU_ARM1136
-
config ARCH_BCM283X
bool "Broadcom BCM283X family"
select DM
@@ -2015,7 +2010,6 @@ source "board/freescale/ls1012aqds/Kconfig"
source "board/freescale/ls1012ardb/Kconfig"
source "board/freescale/ls1012afrdm/Kconfig"
source "board/freescale/lx2160a/Kconfig"
-source "board/freescale/mx35pdk/Kconfig"
source "board/freescale/s32v234evb/Kconfig"
source "board/grinn/chiliboard/Kconfig"
source "board/hisilicon/hikey/Kconfig"