mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
13 lines
140 B
Text
13 lines
140 B
Text
|
if TARGET_KM82XX
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "km82xx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "keymile"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "km82xx"
|
||
|
|
||
|
endif
|