aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:06:11 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 08:03:30 -0400
commit4d248628480fd3991ff462b114806d5648f284e0 (patch)
tree012239208aee8c9c774fc3e8f413e025daec5032 /arch
parent397a43dc563b469389f07faba1a90ca7b159e694 (diff)
downloadu-boot-4d248628480fd3991ff462b114806d5648f284e0.zip
u-boot-4d248628480fd3991ff462b114806d5648f284e0.tar.gz
u-boot-4d248628480fd3991ff462b114806d5648f284e0.tar.bz2
arm: Remove mx53evk board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Jason Liu <jason.hui.liu@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx5/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig
index 4ee7f6b..4bbda4b 100644
--- a/arch/arm/mach-imx/mx5/Kconfig
+++ b/arch/arm/mach-imx/mx5/Kconfig
@@ -52,11 +52,6 @@ config TARGET_MX53CX9020
select MX53
imply CMD_DM
-config TARGET_MX53EVK
- bool "Support mx53evk"
- select BOARD_LATE_INIT
- select MX53
-
config TARGET_MX53LOCO
bool "Support mx53loco"
select BOARD_LATE_INIT
@@ -83,7 +78,6 @@ config SYS_SOC
source "board/beckhoff/mx53cx9020/Kconfig"
source "board/freescale/mx51evk/Kconfig"
-source "board/freescale/mx53evk/Kconfig"
source "board/freescale/mx53loco/Kconfig"
source "board/ge/mx53ppd/Kconfig"
source "board/inversepath/usbarmory/Kconfig"