aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:05:40 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 07:59:34 -0400
commitb40186fc7e1ceb72027ce1ded0107597c82e80fc (patch)
treed689cc8f61b361e0df4f075b7ad13130591608f6 /arch
parent539fba2c10e7e288dafe253e5fd8386cdeb1e736 (diff)
downloadu-boot-b40186fc7e1ceb72027ce1ded0107597c82e80fc.zip
u-boot-b40186fc7e1ceb72027ce1ded0107597c82e80fc.tar.gz
u-boot-b40186fc7e1ceb72027ce1ded0107597c82e80fc.tar.bz2
arm: Remove SANSA_FUZE_PLUS board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mxs/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mxs/Kconfig b/arch/arm/mach-imx/mxs/Kconfig
index 57e6992..677fd14 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