mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
24 lines
231 B
Text
24 lines
231 B
Text
|
if TARGET_W7OLMC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "w7o"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "W7OLMC"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_W7OLMG
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "w7o"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "W7OLMG"
|
||
|
|
||
|
endif
|