From bc08dc563e4e79f7fd06a6e81acfd2d570961a8d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 22 May 2021 08:47:08 -0400 Subject: arm: Remove edb9315a board These boards have not been converted to CONFIG_DM_USB by the deadline and is also missing conversion to CONFIG_DM. Remove it. This is also the last PL010_SERIAL using board, so remove those references. Cc: Sergey Kostanbaev Signed-off-by: Tom Rini --- arch/arm/Kconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 03529d7b46..fb53699277 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -525,12 +525,6 @@ config ARCH_AT91 select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB select SPL_SEPARATE_BSS if SPL -config TARGET_EDB93XX - bool "Support edb93xx" - select CPU_ARM920T - select GPIO_EXTRA_HEADER - select PL010_SERIAL - config TARGET_ASPENITE bool "Support aspenite" select CPU_ARM926EJS @@ -2106,7 +2100,6 @@ source "board/broadcom/bcm968360bg/Kconfig" source "board/broadcom/bcm968580xref/Kconfig" source "board/broadcom/bcmns3/Kconfig" source "board/cavium/thunderx/Kconfig" -source "board/cirrus/edb93xx/Kconfig" source "board/eets/pdu001/Kconfig" source "board/emulation/qemu-arm/Kconfig" source "board/freescale/ls2080aqds/Kconfig" -- cgit v1.2.3