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>
13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
if TARGET_OMAP3_EVM
|
|
|
|
config SYS_BOARD
|
|
default "omap3evm"
|
|
|
|
config SYS_VENDOR
|
|
default "ti"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "omap3_evm"
|
|
|
|
endif
|