~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 2d7fc85df4fe96b417d09a76ccb2530579a2dad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_ROCK5A_RK3588

config SYS_BOARD
	default "rock5a-rk3588s"

config SYS_VENDOR
	default "radxa"

config SYS_CONFIG_NAME
	default "rock5a-rk3588s"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif