u-boot/board/ti/omap3evm/Kconfig
Andrew Davis 367c9e0614 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>
2023-01-10 15:39:08 -05:00

12 lines
143 B
Text

if TARGET_OMAP3_EVM
config SYS_BOARD
default "omap3evm"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "omap3_evm"
endif