mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
24 lines
268 B
Text
24 lines
268 B
Text
|
if TARGET_DAVINCI_SONATA
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sonata"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "davinci"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "davinci"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "davinci_sonata"
|
||
|
|
||
|
endif
|