]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: ti: Remove omap4 platform support
authorTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 19:35:53 +0000 (13:35 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 23 Jul 2024 16:37:48 +0000 (10:37 -0600)
commitb0ee3fe642c914f15055827ab722618daec9e58b
tree3d50925fa4b7931a070fb727f9eef69e5681dd6d
parent502d7d80ae0c83fa159e90d035b0cdfbed458057
arm: ti: Remove omap4 platform support

There are no longer any OMAP4 platforms in U-Boot, remove the related
functionality.

Signed-off-by: Tom Rini <trini@konsulko.com>
38 files changed:
arch/arm/include/asm/arch-omap4/clock.h [deleted file]
arch/arm/include/asm/arch-omap4/cpu.h [deleted file]
arch/arm/include/asm/arch-omap4/ehci.h [deleted file]
arch/arm/include/asm/arch-omap4/gpio.h [deleted file]
arch/arm/include/asm/arch-omap4/hardware.h [deleted file]
arch/arm/include/asm/arch-omap4/i2c.h [deleted file]
arch/arm/include/asm/arch-omap4/mem.h [deleted file]
arch/arm/include/asm/arch-omap4/mmc_host_def.h [deleted file]
arch/arm/include/asm/arch-omap4/mux_omap4.h [deleted file]
arch/arm/include/asm/arch-omap4/omap.h [deleted file]
arch/arm/include/asm/arch-omap4/spl.h [deleted file]
arch/arm/include/asm/arch-omap4/sys_proto.h [deleted file]
arch/arm/include/asm/omap_common.h
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/emif-common.c
arch/arm/mach-omap2/omap4/Kconfig [deleted file]
arch/arm/mach-omap2/omap4/Makefile [deleted file]
arch/arm/mach-omap2/omap4/boot.c [deleted file]
arch/arm/mach-omap2/omap4/emif.c [deleted file]
arch/arm/mach-omap2/omap4/hw_data.c [deleted file]
arch/arm/mach-omap2/omap4/hwinit.c [deleted file]
arch/arm/mach-omap2/omap4/prcm-regs.c [deleted file]
arch/arm/mach-omap2/omap4/sdram_elpida.c [deleted file]
common/spl/Kconfig
drivers/i2c/Kconfig
drivers/mmc/Kconfig
drivers/mmc/omap_hsmmc.c
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/twl6030.c [deleted file]
drivers/serial/ns16550.c
drivers/usb/musb-new/linux-compat.h
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_core.h
drivers/usb/musb-new/omap2430.c
drivers/usb/musb/omap3.c
include/twl6030.h [deleted file]