]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/image.h
dm: usb: Bind generic USB devices when there is no driver
[karo-tx-uboot.git] / include / image.h
index dcbc72fc1e23ede7be23addbb32dda2c8cee8803..3844be67d8e014d9c80b6a0ce12cd2fe70faac1d 100644 (file)
@@ -242,6 +242,7 @@ struct lmb;
 #define IH_TYPE_ATMELIMAGE     18      /* ATMEL ROM bootable Image     */
 #define IH_TYPE_SOCFPGAIMAGE   19      /* Altera SOCFPGA Preloader     */
 #define IH_TYPE_X86_SETUP      20      /* x86 setup.bin Image          */
+#define IH_TYPE_LPC32XXIMAGE   21      /* x86 setup.bin Image          */
 
 /*
  * Compression Types
@@ -751,6 +752,7 @@ int fit_parse_conf(const char *spec, ulong addr_curr,
 int fit_parse_subimage(const char *spec, ulong addr_curr,
                ulong *addr, const char **image_name);
 
+int fit_get_subimage_count(const void *fit, int images_noffset);
 void fit_print_contents(const void *fit);
 void fit_image_print(const void *fit, int noffset, const char *p);