Home | History | Annotate | Download | only in cl-som-imx7
      1 if TARGET_CL_SOM_IMX7
      2 
      3 config SYS_BOARD
      4 	default "cl-som-imx7"
      5 
      6 config SYS_VENDOR
      7 	default "compulab"
      8 
      9 config SYS_CONFIG_NAME
     10 	default "cl-som-imx7"
     11 
     12 config SYS_MMC_DEV
     13 	int
     14 	default 0
     15 
     16 config SYS_USB_DEV
     17 	int
     18 	default 0
     19 
     20 config SYS_MMC_IMG_LOAD_PART
     21 	int
     22 	default 1
     23 
     24 config SYS_USB_IMG_LOAD_PART
     25 	int
     26 	default 1
     27 
     28 endif
     29