mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 06:17:15 +00:00
16 lines
165 B
Text
16 lines
165 B
Text
|
if TARGET_CM_T54
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "cm_t54"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "compulab"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "cm_t54"
|
||
|
|
||
|
endif
|