]> git.baikalelectronics.ru Git - uboot.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)
commit8cd50080eda63bbaf07ae7f4eadd6fc4fa332d3c
tree844ce7c66e8e546171c8fddc4674db46a2d3282d
parent09666036532dc1cec4750fe2f1094d88a66a1ce6
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]