]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: omap3: evm: Name this directory omap3evm
authorAndrew Davis <afd@ti.com>
Fri, 6 Jan 2023 19:05:14 +0000 (13:05 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 20:39:08 +0000 (15:39 -0500)
commit36332051e054787f1400572142d8d2ae8964966f
treeca9cfbbf3da8c77a8728e674b7495e56b8bc813f
parentb5e8afca7a1159a8afb92ba1fd0e477061ce3b55
ARM: omap3: evm: Name this directory omap3evm

Before this was named just evm, which doesn't match the naming
of the other TI board file directory and makes it look like a
common directory for evms. Name this omap3evm.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Derald Woods <woods.technical@gmail.com>
arch/arm/mach-omap2/omap3/Kconfig
board/ti/evm/Kconfig [deleted file]
board/ti/evm/MAINTAINERS [deleted file]
board/ti/evm/Makefile [deleted file]
board/ti/evm/evm.c [deleted file]
board/ti/evm/evm.h [deleted file]
board/ti/omap3evm/Kconfig [new file with mode: 0644]
board/ti/omap3evm/MAINTAINERS [new file with mode: 0644]
board/ti/omap3evm/Makefile [new file with mode: 0644]
board/ti/omap3evm/evm.c [new file with mode: 0644]
board/ti/omap3evm/evm.h [new file with mode: 0644]