mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 22:37:22 +00:00
16 lines
166 B
Text
16 lines
166 B
Text
|
if TARGET_TRIZEPSIV
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "trizepsiv"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "trizepsiv"
|
||
|
|
||
|
endif
|