~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 3de1d8f7a993e6c897be1903381a78f020a39078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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