mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
16 lines
167 B
Text
16 lines
167 B
Text
|
if TARGET_KMP204X
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "kmp204x"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "keymile"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "kmp204x"
|
||
|
|
||
|
endif
|