]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Remove ethernut5 board
authorTom Rini <trini@konsulko.com>
Sat, 7 Sep 2024 22:20:13 +0000 (16:20 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 10 Sep 2024 19:12:32 +0000 (13:12 -0600)
commit2def0df217866d343020ea0f93e6bd122d53c72d
tree675da3f991b959cf363dcad60f2409440f71cf6f
parent278e9ac8aa7c65e3709483cab5bf4231daea1295
arm: Remove ethernut5 board

As per the maintainers at egnite GmbH, they are no longer interested in
supporting this board. Go and remove the platform here. Furthermore,
this is the only AT91SAM9XE platform in-tree so remove supporting code
for that as well.

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
21 files changed:
arch/arm/dts/Makefile
arch/arm/dts/at91sam9xe.dtsi [deleted file]
arch/arm/dts/ethernut5.dts [deleted file]
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/arm926ejs/Makefile
arch/arm/mach-at91/arm926ejs/eflash.c [deleted file]
arch/arm/mach-at91/include/mach/at91_dbu.h [deleted file]
arch/arm/mach-at91/include/mach/at91_eefc.h [deleted file]
arch/arm/mach-at91/include/mach/at91sam9260.h
arch/arm/mach-at91/include/mach/hardware.h
board/egnite/ethernut5/Kconfig [deleted file]
board/egnite/ethernut5/MAINTAINERS [deleted file]
board/egnite/ethernut5/Makefile [deleted file]
board/egnite/ethernut5/ethernut5.c [deleted file]
board/egnite/ethernut5/ethernut5_pwrman.c [deleted file]
board/egnite/ethernut5/ethernut5_pwrman.h [deleted file]
configs/ethernut5_defconfig [deleted file]
doc/board/atmel/at91ek.rst
drivers/bootcount/Kconfig
include/configs/at91sam9260ek.h
include/configs/ethernut5.h [deleted file]