aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 08:47:07 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 22:22:42 -0400
commitf4a6f75b48c1565b5d1be9a90c3f5a21d588b936 (patch)
tree9c1f41f6cd88f2cca1cee2c880d7830583cf91ba /arch/arm/mach-at91
parent6aa36936161c7e010aeadf1fafd8238db2efde1f (diff)
downloadu-boot-f4a6f75b48c1565b5d1be9a90c3f5a21d588b936.zip
u-boot-f4a6f75b48c1565b5d1be9a90c3f5a21d588b936.tar.gz
u-boot-f4a6f75b48c1565b5d1be9a90c3f5a21d588b936.tar.bz2
arm: Remove at91rm9200ek boards
These boards have not been converted to CONFIG_DM_USB by the deadline and is also missing conversion to CONFIG_DM. Remove them. Cc: Andreas Bießmann <andreas@biessmann.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 1adf09b..c90505e 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -69,10 +69,6 @@ choice
prompt "Atmel AT91 board select"
optional
-config TARGET_AT91RM9200EK
- bool "Atmel AT91RM9200 evaluation kit"
- select CPU_ARM920T
-
config TARGET_AT91SAM9260EK
bool "Atmel at91sam9260 reference board"
select AT91SAM9260
@@ -307,7 +303,6 @@ config ATMEL_SFR
config SYS_SOC
default "at91"
-source "board/atmel/at91rm9200ek/Kconfig"
source "board/atmel/at91sam9260ek/Kconfig"
source "board/atmel/at91sam9261ek/Kconfig"
source "board/atmel/at91sam9263ek/Kconfig"