mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
25 lines
301 B
Text
25 lines
301 B
Text
|
if TARGET_PLUTUX
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm720t" if SPL_BUILD
|
||
|
default "armv7" if !SPL_BUILD
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "plutux"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "avionic-design"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "tegra20"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "plutux"
|
||
|
|
||
|
endif
|