From 8444860ca0125a0dcd2c18d85f6eb062399be154 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Feb 2021 08:02:59 -0500 Subject: arm: Remove apx4devkit 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: Lauri Hintsala Signed-off-by: Tom Rini Acked-by: Lauri Hintsala > Signed-off-by: Tom Rini > --- arch/arm/mach-imx/mxs/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/arm/mach-imx/mxs') diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index b90d7b6..bcd8400 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -44,9 +44,6 @@ choice prompt "MX28 board select" optional -config TARGET_APX4DEVKIT - bool "Support apx4devkit" - config TARGET_BG0900 bool "Support bg0900" @@ -68,7 +65,6 @@ endchoice config SYS_SOC default "mxs" -source "board/bluegiga/apx4devkit/Kconfig" source "board/freescale/mx28evk/Kconfig" source "board/liebherr/xea/Kconfig" source "board/ppcag/bg0900/Kconfig" -- cgit v1.1