mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
13 lines
143 B
Text
13 lines
143 B
Text
|
if TARGET_DRA7XX_EVM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dra7xx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ti"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "dra7xx_evm"
|
||
|
|
||
|
endif
|