]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/image.h
image: fix bootm failure for FIT image
[karo-tx-uboot.git] / include / image.h
index ca2fe862ce67bab7d15bc6805cb267f1486be71f..69f86ad49e118ce32a663432a177ee0e891d0cda 100644 (file)
@@ -424,6 +424,9 @@ enum fit_load_op {
 #define IMAGE_FORMAT_FIT       0x02    /* new, libfdt based format */
 #define IMAGE_FORMAT_ANDROID   0x03    /* Android boot image */
 
+ulong genimg_get_kernel_addr_fit(char * const img_addr,
+                                const char **fit_uname_config,
+                                const char **fit_uname_kernel);
 ulong genimg_get_kernel_addr(char * const img_addr);
 int genimg_get_format(const void *img_addr);
 int genimg_has_config(bootm_headers_t *images);