mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
20 lines
199 B
Text
20 lines
199 B
Text
|
if TARGET_W7OLMC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "w7o"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "W7OLMC"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_W7OLMG
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "w7o"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "W7OLMG"
|
||
|
|
||
|
endif
|