mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
16 lines
167 B
Text
16 lines
167 B
Text
|
if TARGET_ENBW_CMC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "enbw_cmc"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "enbw"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "enbw_cmc"
|
||
|
|
||
|
endif
|