diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-09 21:42:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 07:57:29 -0400 |
commit | d8d3b77fc2c12cccf983f6f9e58cd0a0a326aa41 (patch) | |
tree | 06852462aa4278dd107f0657fb75d4c52d9572d4 /arch/arm/mach-imx/mx6/Kconfig | |
parent | 90932da70cf88db51f9eadd0ffcd7898960e9d66 (diff) | |
download | u-boot-d8d3b77fc2c12cccf983f6f9e58cd0a0a326aa41.tar.gz u-boot-d8d3b77fc2c12cccf983f6f9e58cd0a0a326aa41.tar.xz u-boot-d8d3b77fc2c12cccf983f6f9e58cd0a0a326aa41.zip |
arm: Remove dms-ba16 board
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. The
deadline for this conversion was the v2019.07 release. The use of CONFIG_AHCI
requires CONFIG_DM. The deadline for this conversion was v2020.01. Remove
this board.
Cc: Akshay Bhat <akshaybhat@timesys.com>
Cc: Ken Lin <Ken.Lin@advantech.com.tw>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-imx/mx6/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 92fb4c4f23..537743ecb7 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -111,12 +111,6 @@ choice prompt "MX6 board select" optional -config TARGET_ADVANTECH_DMS_BA16 - bool "Advantech dms-ba16" - depends on MX6Q - select BOARD_LATE_INIT - imply CMD_SATA - config TARGET_APALIS_IMX6 bool "Toradex Apalis iMX6 board" depends on MX6Q @@ -695,7 +689,6 @@ config SYS_SOC source "board/ge/bx50v3/Kconfig" source "board/ge/b1x5v2/Kconfig" -source "board/advantech/dms-ba16/Kconfig" source "board/aristainetos/Kconfig" source "board/armadeus/opos6uldev/Kconfig" source "board/bachmann/ot1200/Kconfig" |