1if 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
29