aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-02 07:33:29 -0400
committerTom Rini <trini@konsulko.com>2022-08-12 16:10:50 -0400
commit08f80184a917077e8ebb7c7646d78eafae921982 (patch)
tree399e180c6176dad1d3b8ea483fe76b45d589c688 /arch/arm/mach-at91
parent7751f54f910f46a423cd389c64cdbc3fbcc33fd8 (diff)
downloadu-boot-08f80184a917077e8ebb7c7646d78eafae921982.zip
u-boot-08f80184a917077e8ebb7c7646d78eafae921982.tar.gz
u-boot-08f80184a917077e8ebb7c7646d78eafae921982.tar.bz2
arm: Remove snapper9260 board
This board is behind on several mandatory DM migrations and is missing OF_CONTROL support that makes other conversions impossible. Remove it. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 11bfd5a..094c989 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -79,15 +79,6 @@ config TARGET_ETHERNUT5
bool "Ethernut5 board"
select AT91SAM9XE
-config TARGET_SNAPPER9260
- bool "Support snapper9260"
- select AT91SAM9260
- select AT91_WANTS_COMMON_PHY
- select DM
- select DM_GPIO
- select DM_SERIAL
- imply CMD_DM
-
config TARGET_GURNARD
bool "Support gurnard"
select AT91SAM9G45
@@ -364,7 +355,6 @@ source "board/atmel/sama5d3xek/Kconfig"
source "board/atmel/sama5d4_xplained/Kconfig"
source "board/atmel/sama5d4ek/Kconfig"
source "board/bluewater/gurnard/Kconfig"
-source "board/bluewater/snapper9260/Kconfig"
source "board/calao/usb_a9263/Kconfig"
source "board/egnite/ethernut5/Kconfig"
source "board/esd/meesc/Kconfig"