mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
16 lines
159 B
Text
16 lines
159 B
Text
|
if TARGET_ELPPC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "elppc"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "eltec"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "ELPPC"
|
||
|
|
||
|
endif
|