]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: Remove ti816x_evm board and ti816x SoC support
authorTom Rini <trini@konsulko.com>
Thu, 11 May 2023 18:07:24 +0000 (14:07 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 14:11:46 +0000 (10:11 -0400)
commit41e289bb1f6032694900afad017320d26f411066
tree6760fb1f216deb3d3eecb97d7d21ef69deafa143
parent7eac2e46ecf67c1f1b36a3bd31dde75ec7441bcf
arm: Remove ti816x_evm board and ti816x SoC support

This platform is currently unmaintained and untested, so remove it.
Further, as it is the only TI816X SoC example, remove related files as
well.

Signed-off-by: Tom Rini <trini@konsulko.com>
31 files changed:
arch/arm/dts/Makefile
arch/arm/dts/dm8168-evm-u-boot.dtsi [deleted file]
arch/arm/dts/dm8168-evm.dts [deleted file]
arch/arm/dts/dm816x-clocks.dtsi [deleted file]
arch/arm/dts/dm816x.dtsi [deleted file]
arch/arm/include/asm/arch-am33xx/clock.h
arch/arm/include/asm/arch-am33xx/clock_ti81xx.h [deleted file]
arch/arm/include/asm/arch-am33xx/ddr_defs.h
arch/arm/include/asm/arch-am33xx/emac_defs.h [deleted file]
arch/arm/include/asm/arch-am33xx/hardware.h
arch/arm/include/asm/arch-am33xx/hardware_ti816x.h [deleted file]
arch/arm/include/asm/arch-am33xx/mmc_host_def.h
arch/arm/include/asm/arch-am33xx/mux.h
arch/arm/include/asm/arch-am33xx/mux_ti816x.h [deleted file]
arch/arm/include/asm/arch-am33xx/omap.h
arch/arm/include/asm/arch-am33xx/spl.h
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/am33xx/Kconfig
arch/arm/mach-omap2/am33xx/Makefile
arch/arm/mach-omap2/am33xx/clock_ti816x.c [deleted file]
arch/arm/mach-omap2/am33xx/ddr.c
arch/arm/mach-omap2/am33xx/ti816x_emif4.c [deleted file]
arch/arm/mach-omap2/boot-common.c
board/ti/ti816x/Kconfig [deleted file]
board/ti/ti816x/MAINTAINERS [deleted file]
board/ti/ti816x/Makefile [deleted file]
board/ti/ti816x/evm.c [deleted file]
configs/ti816x_evm_defconfig [deleted file]
drivers/i2c/Kconfig
drivers/net/ti/davinci_emac.c
include/configs/ti816x_evm.h [deleted file]