mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
17 lines
241 B
Text
17 lines
241 B
Text
|
if TARGET_ROC_PC_RK3399
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "roc-pc-rk3399"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "firefly"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "roc-pc-rk3399"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||
|
def_bool y
|
||
|
|
||
|
endif
|
||
|
|