mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-26 21:23:24 +08:00
13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
|
if TARGET_KC1
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "kc1"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "amazon"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "kc1"
|
||
|
|
||
|
endif
|