blob: f7f1055e179206d4b71a03c9928fc4d95f9c015c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | if TARGET_HIKEY
config SYS_BOARD
	default "hikey"
config SYS_VENDOR
	default "hisilicon"
config SYS_SOC
	default "hi6220"
config SYS_CONFIG_NAME
	default "hikey"
endif
 |