summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-09 14:54:49 +0300
committerTom Rini <trini@konsulko.com>2021-10-01 19:10:09 +0300
commitd9be8606bb983db398a7444533a72e3e4eabe011 (patch)
tree844ce7c66e8e546171c8fddc4674db46a2d3282d /arch/arm/Kconfig
parent14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (diff)
downloadu-boot-d9be8606bb983db398a7444533a72e3e4eabe011.tar.xz
arm: Remove aspenite board
This board has not been converted to CONFIG_DM by the deadline. Remove it. As this is the last armada100 platform, remove that support as well. Cc: Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1b1767d7ba..6675a633f8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -551,11 +551,6 @@ config ARCH_AT91
select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB
select SPL_SEPARATE_BSS if SPL
-config TARGET_ASPENITE
- bool "Support aspenite"
- select CPU_ARM926EJS
- select GPIO_EXTRA_HEADER
-
config ARCH_DAVINCI
bool "TI DaVinci"
select CPU_ARM926EJS
@@ -2144,7 +2139,6 @@ source "board/armltd/total_compute/Kconfig"
source "board/bosch/shc/Kconfig"
source "board/bosch/guardian/Kconfig"
-source "board/Marvell/aspenite/Kconfig"
source "board/Marvell/octeontx/Kconfig"
source "board/Marvell/octeontx2/Kconfig"
source "board/armltd/vexpress/Kconfig"