mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
13 lines
156 B
Text
13 lines
156 B
Text
|
if TARGET_DAVINCI_SONATA
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sonata"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "davinci"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "davinci_sonata"
|
||
|
|
||
|
endif
|