mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
16 lines
220 B
Text
16 lines
220 B
Text
|
if TARGET_ANBERNIC_RGXX3_RK3566
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "rgxx3_rk3566"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "anbernic"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "anbernic-rgxx3-rk3566"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS
|
||
|
def_bool y
|
||
|
|
||
|
endif
|