Home | History | Annotate | Download | only in usbarmory
      1 if TARGET_USBARMORY
      2 
      3 config IMX_CONFIG
      4 	default "board/inversepath/usbarmory/imximage.cfg"
      5 
      6 config SYS_BOARD
      7 	default "usbarmory"
      8 
      9 config SYS_VENDOR
     10 	default "inversepath"
     11 
     12 config SYS_CONFIG_NAME
     13 	default "usbarmory"
     14 
     15 endif
     16