mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
25 lines
290 B
Text
25 lines
290 B
Text
|
if TARGET_PAZ00
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm720t" if SPL_BUILD
|
||
|
default "armv7" if !SPL_BUILD
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "paz00"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "compal"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "tegra20"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "paz00"
|
||
|
|
||
|
endif
|