blob: a4bc48f694daef3be139d831a6adfea91d8b10bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_IMX7_CM
config SYS_BOARD
default "imx7-cm"
config SYS_VENDOR
default "ronetix"
config SYS_SOC
default "mx7"
config SYS_CONFIG_NAME
default "imx7-cm"
endif
|