diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:06:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:03:55 -0400 |
commit | defd0dcfb9de21f11259ffbaf49728d12eba86e0 (patch) | |
tree | 8092098efa3ab46196a2d404aa899b9dcf5075ae /arch/arm/mach-imx | |
parent | 80b386abe3072352896a3d84a679432205aa511e (diff) | |
download | u-boot-defd0dcfb9de21f11259ffbaf49728d12eba86e0.tar.gz u-boot-defd0dcfb9de21f11259ffbaf49728d12eba86e0.tar.bz2 u-boot-defd0dcfb9de21f11259ffbaf49728d12eba86e0.zip |
arm: Remove titanium board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 2a522f8644..1d849b68a5 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -542,10 +542,6 @@ config TARGET_TBS2910 bool "TBS2910 Matrix ARM mini PC" depends on MX6Q -config TARGET_TITANIUM - bool "titanium" - depends on MX6Q - config TARGET_KP_IMX6Q_TPC bool "K+P KP_IMX6Q_TPC i.MX6 Quad" depends on MX6QDL @@ -644,7 +640,6 @@ source "board/ge/bx50v3/Kconfig" source "board/ge/b1x5v2/Kconfig" source "board/aristainetos/Kconfig" source "board/armadeus/opos6uldev/Kconfig" -source "board/barco/titanium/Kconfig" source "board/boundary/nitrogen6x/Kconfig" source "board/bticino/mamoj/Kconfig" source "board/compulab/cm_fx6/Kconfig" |