diff options
| author | Tom Rini <[email protected]> | 2021-02-20 20:05:41 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 07:59:34 -0400 |
| commit | 0fa6bafa89dcf3a3fc85ac2fc9c83398f2189740 (patch) | |
| tree | b7d23230bf60b0f5cb72b64ed2a961e034965b82 /arch | |
| parent | b40186fc7e1ceb72027ce1ded0107597c82e80fc (diff) | |
arm: Remove sc_sps_1 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 677fd1405fc..f15dfb90419 100644 --- a/arch/arm/mach-imx/mxs/Kconfig +++ b/arch/arm/mach-imx/mxs/Kconfig @@ -46,9 +46,6 @@ config TARGET_MX28EVK bool "Support mx28evk" select BOARD_EARLY_INIT_F -config TARGET_SC_SPS_1 - bool "Support sc_sps_1" - config TARGET_TS4600 bool "Support TS4600" @@ -63,7 +60,6 @@ config SYS_SOC source "board/freescale/mx28evk/Kconfig" source "board/liebherr/xea/Kconfig" source "board/ppcag/bg0900/Kconfig" -source "board/schulercontrol/sc_sps_1/Kconfig" source "board/technologic/ts4600/Kconfig" endif |
