mx7: set soc environment according to exact SoC type
[oweals/u-boot.git] / include / image.h
index a8f6bd16f69c62548ebc293cf426e15d01773435..d788c260e30aeebd345bd65fb7144d1cf5c8cdb8 100644 (file)
@@ -1156,6 +1156,7 @@ int android_image_get_ramdisk(const struct andr_img_hdr *hdr,
                              ulong *rd_data, ulong *rd_len);
 ulong android_image_get_end(const struct andr_img_hdr *hdr);
 ulong android_image_get_kload(const struct andr_img_hdr *hdr);
+void android_print_contents(const struct andr_img_hdr *hdr);
 
 #endif /* CONFIG_ANDROID_BOOT_IMAGE */