mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
16 lines
178 B
Text
16 lines
178 B
Text
|
if TARGET_DIGSY_MTC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "digsy_mtc"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "intercontrol"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "digsy_mtc"
|
||
|
|
||
|
endif
|