mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
25 lines
296 B
Text
25 lines
296 B
Text
|
if TARGET_HARMONY
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm720t" if SPL_BUILD
|
||
|
default "armv7" if !SPL_BUILD
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "harmony"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "nvidia"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "tegra20"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "harmony"
|
||
|
|
||
|
endif
|