]> git.sur5r.net Git - u-boot/blobdiff - common/image-fit.c
clk: renesas: Drop USB extal from the R8A7792 clock driver
[u-boot] / common / image-fit.c
index 06b25fefc7da0e18cea05c22f7d0c6ac482c6816..030a3e579f5214fff809b15f398f1314e6153d8c 100644 (file)
@@ -419,7 +419,8 @@ void fit_image_print(const void *fit, int image_noffset, const char *p)
                printf("%s  Architecture: %s\n", p, genimg_get_arch_name(arch));
        }
 
-       if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK)) {
+       if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK) ||
+           (type == IH_TYPE_FIRMWARE)) {
                fit_image_get_os(fit, image_noffset, &os);
                printf("%s  OS:           %s\n", p, genimg_get_os_name(os));
        }