blob: 6d69cf31f446a00de1b1ee872c88ac21da196ba2 [file] [log] [blame]
Ilya Ledvich69632042017-09-24 09:00:25 +03001if TARGET_CL_SOM_IMX7
2
3config SYS_BOARD
4 default "cl-som-imx7"
5
6config SYS_VENDOR
7 default "compulab"
8
9config SYS_CONFIG_NAME
10 default "cl-som-imx7"
11
12config SYS_MMC_DEV
13 int
14 default 0
15
16config SYS_USB_DEV
17 int
18 default 0
19
20config SYS_MMC_IMG_LOAD_PART
21 int
22 default 1
23
24config SYS_USB_IMG_LOAD_PART
25 int
26 default 1
27
28endif