diff options
| author | Tom Rini <[email protected]> | 2021-02-20 20:05:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 07:59:35 -0400 |
| commit | 4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (patch) | |
| tree | 893edfafb11e094a6e2ab6f024d0fb621e6f038e /arch | |
| parent | be3dec48b0e53e3b14a8fc742e4409cce3475421 (diff) | |
arm: Remove apf27 board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Philippe Reynes <[email protected]>
Cc: Eric Jarrige <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 76adf7fdb24..25f4362065a 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" |
