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

config SYS_BOARD
	default "qcs404-evb"

config SYS_VENDOR
	default "qualcomm"

config SYS_SOC
	default "qcs404"

config SYS_CONFIG_NAME
	default "qcs404-evb"

endif