diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-09 21:42:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 07:57:42 -0400 |
commit | c861d21cba44fe068e9a47dfcf57f7e84c54d73e (patch) | |
tree | afcf7fd84feb58b2100323ba7999edd00355f07c /arch | |
parent | d8d3b77fc2c12cccf983f6f9e58cd0a0a326aa41 (diff) | |
download | u-boot-c861d21cba44fe068e9a47dfcf57f7e84c54d73e.tar.gz u-boot-c861d21cba44fe068e9a47dfcf57f7e84c54d73e.tar.xz u-boot-c861d21cba44fe068e9a47dfcf57f7e84c54d73e.zip |
arm: Remove ot1200 board
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. The
deadline for this conversion was the v2019.07 release. In order to
convert to using the DWC SATA driver under DM further migrations are
required.
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 537743ecb7..e5e1ce3d99 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -470,11 +470,6 @@ config TARGET_OPOS6ULDEV depends on MX6UL select MX6UL_OPOS6UL -config TARGET_OT1200 - bool "Bachmann OT1200" - select SUPPORT_SPL - imply CMD_SATA - config TARGET_PICO_IMX6 bool "PICO-IMX6" depends on MX6QDL @@ -691,7 +686,6 @@ source "board/ge/bx50v3/Kconfig" source "board/ge/b1x5v2/Kconfig" source "board/aristainetos/Kconfig" source "board/armadeus/opos6uldev/Kconfig" -source "board/bachmann/ot1200/Kconfig" source "board/barco/platinum/Kconfig" source "board/barco/titanium/Kconfig" source "board/boundary/nitrogen6x/Kconfig" |