diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:05:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 07:59:35 -0400 |
commit | be3dec48b0e53e3b14a8fc742e4409cce3475421 (patch) | |
tree | 8a71251e7cb5e9573808060941ce5847bb91fec0 /arch/arm/mach-imx | |
parent | 0fa6bafa89dcf3a3fc85ac2fc9c83398f2189740 (diff) | |
download | u-boot-be3dec48b0e53e3b14a8fc742e4409cce3475421.tar.gz u-boot-be3dec48b0e53e3b14a8fc742e4409cce3475421.tar.bz2 u-boot-be3dec48b0e53e3b14a8fc742e4409cce3475421.zip |
arm: Remove ts4600 board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-imx')
-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 f15dfb9041..9f48ffda41 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_TS4600 - bool "Support TS4600" - config TARGET_XEA bool "Support XEA" @@ -60,6 +57,5 @@ config SYS_SOC source "board/freescale/mx28evk/Kconfig" source "board/liebherr/xea/Kconfig" source "board/ppcag/bg0900/Kconfig" -source "board/technologic/ts4600/Kconfig" endif |