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

config SYS_BOARD
	default "odroid_m1"

config SYS_VENDOR
	default "hardkernel"

config SYS_CONFIG_NAME
	default "odroid_m1"

config BOARD_SPECIFIC_OPTIONS # dummy
	def_bool y

endif