mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-03 23:07:12 +00:00
16 lines
179 B
Text
16 lines
179 B
Text
|
if TARGET_MERGERBOX
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "mergerbox"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "matrix_vision"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "MERGERBOX"
|
||
|
|
||
|
endif
|