mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
16 lines
157 B
Text
16 lines
157 B
Text
|
if TARGET_CRAYL1
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "L1"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "cray"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "CRAYL1"
|
||
|
|
||
|
endif
|