mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
16 lines
221 B
Text
16 lines
221 B
Text
|
if TARGET_PINEBOOK_PRO_RK3399
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "pinebook-pro-rk3399"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "pine64"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "pinebook-pro-rk3399"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS
|
||
|
def_bool y
|
||
|
|
||
|
endif
|