summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 15:47:08 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 05:22:42 +0300
commitbc08dc563e4e79f7fd06a6e81acfd2d570961a8d (patch)
treeabee6596b2aafd9bda4084408037edc1b70d81a4 /arch
parentf4a6f75b48c1565b5d1be9a90c3f5a21d588b936 (diff)
downloadu-boot-bc08dc563e4e79f7fd06a6e81acfd2d570961a8d.tar.xz
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 <sergey.kostanbaev@fairwaves.ru> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 0 insertions, 7 deletions
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"