diff options
| author | Tom Rini <[email protected]> | 2021-02-09 08:02:59 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-15 10:11:37 -0500 |
| commit | 8444860ca0125a0dcd2c18d85f6eb062399be154 (patch) | |
| tree | a322317317d7b4eaae6933a924c12eb1494fd306 /arch | |
| parent | e31350c3c466f1a548ae6a224be0cc84ad6c2163 (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Lauri Hintsala <[email protected]<mailto:[email protected]>>
Signed-off-by: Tom Rini <[email protected]<mailto:[email protected]>>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/mxs/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig index b90d7b6e417..bcd8400af9c 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" |
