diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:05:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 07:59:35 -0400 |
commit | 4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (patch) | |
tree | 893edfafb11e094a6e2ab6f024d0fb621e6f038e /drivers/serial | |
parent | be3dec48b0e53e3b14a8fc742e4409cce3475421 (diff) | |
download | u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.gz u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.bz2 u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.zip |
arm: Remove apf27 board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Philippe Reynes <tremyfr@yahoo.fr>
Cc: Eric Jarrige <eric.jarrige@armadeus.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 24413d14f9..af83e9673a 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -635,7 +635,7 @@ config MCFUART config MXC_UART bool "IMX serial port support" - depends on ARCH_MX25 || ARCH_MX31 || TARGET_APF27 || TARGET_FLEA3 \ + depends on ARCH_MX25 || ARCH_MX31 || TARGET_FLEA3 \ || MX5 || MX6 || MX7 || IMX8M help If you have a machine based on a Motorola IMX CPU you |