mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
13 lines
152 B
Text
13 lines
152 B
Text
|
if TARGET_CANYONLANDS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "canyonlands"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "amcc"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "canyonlands"
|
||
|
|
||
|
endif
|