diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-02 22:52:50 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-02 22:52:50 +0300 |
commit | 03b54997d568a6879a045ba775e44d62289a8fb9 (patch) | |
tree | f0c8890982c290b6a8791162530337fb5c5b18ac /arch/arm/mach-at91 | |
parent | 6c88079e24816567dbb234fcfb52419661338d1f (diff) | |
download | u-boot-03b54997d568a6879a045ba775e44d62289a8fb9.tar.xz |
board/aries: Remove
The various Aries Embedded boards have been orphaned for a year and no
one has come forward to take care of them. Remove.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 79c84a5d7b..ce6be3829a 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -197,14 +197,6 @@ config TARGET_SAMA5D4EK select BOARD_EARLY_INIT_F select BOARD_LATE_INIT -config TARGET_MA5D4EVK - bool "Aries MA5D4EVK Evaluation Kit" - select SAMA5D4 - select SUPPORT_SPL - select DM - select DM_SPI - select SPI - config TARGET_MEESC bool "Support meesc" select AT91SAM9263 @@ -263,7 +255,6 @@ endchoice config SYS_SOC default "at91" -source "board/aries/ma5d4evk/Kconfig" source "board/atmel/at91rm9200ek/Kconfig" source "board/atmel/at91sam9260ek/Kconfig" source "board/atmel/at91sam9261ek/Kconfig" |