]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Remove aspenite board
authorTom Rini <trini@konsulko.com>
Thu, 9 Sep 2021 11:54:49 +0000 (07:54 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Oct 2021 16:10:09 +0000 (12:10 -0400)
commitd9be8606bb983db398a7444533a72e3e4eabe011
tree844ce7c66e8e546171c8fddc4674db46a2d3282d
parent14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0
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>
22 files changed:
arch/arm/Kconfig
arch/arm/cpu/arm926ejs/Makefile
arch/arm/cpu/arm926ejs/armada100/Makefile [deleted file]
arch/arm/cpu/arm926ejs/armada100/cpu.c [deleted file]
arch/arm/cpu/arm926ejs/armada100/dram.c [deleted file]
arch/arm/cpu/arm926ejs/armada100/timer.c [deleted file]
arch/arm/include/asm/arch-armada100/armada100.h [deleted file]
arch/arm/include/asm/arch-armada100/config.h [deleted file]
arch/arm/include/asm/arch-armada100/cpu.h [deleted file]
arch/arm/include/asm/arch-armada100/gpio.h [deleted file]
arch/arm/include/asm/arch-armada100/mfp.h [deleted file]
arch/arm/include/asm/arch-armada100/spi.h [deleted file]
arch/arm/include/asm/arch-armada100/utmi-armada100.h [deleted file]
board/Marvell/aspenite/Kconfig [deleted file]
board/Marvell/aspenite/MAINTAINERS [deleted file]
board/Marvell/aspenite/Makefile [deleted file]
board/Marvell/aspenite/aspenite.c [deleted file]
configs/aspenite_defconfig [deleted file]
drivers/gpio/Makefile
drivers/gpio/mvmfp.c [deleted file]
drivers/mmc/mv_sdhci.c
include/configs/aspenite.h [deleted file]