mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
13 lines
162 B
Text
13 lines
162 B
Text
|
if TARGET_DAVINCI_DM365EVM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dm365evm"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "davinci"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "davinci_dm365evm"
|
||
|
|
||
|
endif
|