aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:05:43 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 07:59:35 -0400
commit4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (patch)
tree893edfafb11e094a6e2ab6f024d0fb621e6f038e /arch
parentbe3dec48b0e53e3b14a8fc742e4409cce3475421 (diff)
downloadu-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.zip
u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.gz
u-boot-4652bef1b60d2be38cfbfd87b0e2e92b8e324661.tar.bz2
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 'arch')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 76adf7f..25f4362 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -561,11 +561,6 @@ config ARCH_MVEBU
select SPI
imply CMD_DM
-config TARGET_APF27
- bool "Support apf27"
- select CPU_ARM926EJS
- select SUPPORT_SPL
-
config ARCH_ORION5X
bool "Marvell Orion"
select CPU_ARM926EJS
@@ -1969,7 +1964,6 @@ source "board/Marvell/aspenite/Kconfig"
source "board/Marvell/gplugd/Kconfig"
source "board/Marvell/octeontx/Kconfig"
source "board/Marvell/octeontx2/Kconfig"
-source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/cortina/presidio-asic/Kconfig"