diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:06:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-25 11:59:06 -0500 |
commit | 53ad2db946f50c03684930ddbbc0b37315ad9acf (patch) | |
tree | b7abc4a695a3cf3b62ef2639df59e6ee971d3c04 /arch/arm/mach-imx/mx5 | |
parent | 1c4bd238b5a5fec8f2a30bca6a212372a62c9e5b (diff) |
arm: Remove mx53smd board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/mach-imx/mx5')
-rw-r--r-- | arch/arm/mach-imx/mx5/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig index b8559da2ec9..4ee7f6b2d42 100644 --- a/arch/arm/mach-imx/mx5/Kconfig +++ b/arch/arm/mach-imx/mx5/Kconfig @@ -68,10 +68,6 @@ config TARGET_MX53PPD help Enable support for the GE Healthcare PPD. -config TARGET_MX53SMD - bool "Support mx53smd" - select MX53 - config TARGET_TS4800 bool "Support TS4800" select MX51 @@ -89,7 +85,6 @@ source "board/beckhoff/mx53cx9020/Kconfig" source "board/freescale/mx51evk/Kconfig" source "board/freescale/mx53evk/Kconfig" source "board/freescale/mx53loco/Kconfig" -source "board/freescale/mx53smd/Kconfig" source "board/ge/mx53ppd/Kconfig" source "board/inversepath/usbarmory/Kconfig" source "board/k+p/kp_imx53/Kconfig" |