mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-03 23:07:12 +00:00
16 lines
157 B
Text
16 lines
157 B
Text
|
if TARGET_OCRTC
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "ocrtc"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "esd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "OCRTC"
|
||
|
|
||
|
endif
|