mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
13 lines
180 B
Text
13 lines
180 B
Text
|
if TARGET_SOMLABS_VISIONSOM_6ULL
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "visionsom-6ull"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "somlabs"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "somlabs_visionsom_6ull"
|
||
|
|
||
|
endif
|