mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 10:13:09 +00:00
16 lines
217 B
Text
16 lines
217 B
Text
|
if TARGET_QUARTZ64_RK3566
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "quartz64_rk3566"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "pine64"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "quartz64_rk3566"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||
|
def_bool y
|
||
|
|
||
|
endif
|