diff options
| author | Tom Rini <[email protected]> | 2021-02-20 20:05:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 07:59:34 -0400 |
| commit | b40186fc7e1ceb72027ce1ded0107597c82e80fc (patch) | |
| tree | d689cc8f61b361e0df4f075b7ad13130591608f6 /arch | |
| parent | 539fba2c10e7e288dafe253e5fd8386cdeb1e736 (diff) | |
arm: Remove SANSA_FUZE_PLUS board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Marek Vasut <[email protected]>
Signed-off-by: Tom Rini <[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 57e69927a88..677fd1405fc 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -16,9 +16,6 @@ config TARGET_MX23EVK bool "Support mx23evk" select BOARD_EARLY_INIT_F -config TARGET_SANSA_FUZE_PLUS - bool "Support sansa_fuze_plus" - config TARGET_XFI3 bool "Support xfi3" @@ -29,7 +26,6 @@ config SYS_SOC source "board/olimex/mx23_olinuxino/Kconfig" source "board/freescale/mx23evk/Kconfig" -source "board/sandisk/sansa_fuze_plus/Kconfig" endif |
