~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 8f474df248742e64dc2fc1bb148c389fd64ba001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_UDOO_NEO

config SYS_VENDOR
	default "udoo"

config SYS_BOARD
	default "neo"

config SYS_CONFIG_NAME
	default "udoo_neo"

endif