mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
16 lines
216 B
Text
16 lines
216 B
Text
|
if TARGET_PUMA_RK3399
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "puma_rk3399"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "theobroma-systems"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "puma_rk3399"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||
|
def_bool y
|
||
|
|
||
|
endif
|