]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/bootm.c
x86: bootm: Fix FIT image booting on x86
[u-boot] / arch / x86 / lib / bootm.c
index 3c3d9e1e800261839d45f70b9f0866f0ab67f77f..75bab902251d90d68585a1d0d742c4d0eee8bf98 100644 (file)
@@ -100,7 +100,7 @@ static int boot_prep_linux(bootm_headers_t *images)
                }
                is_zimage = 1;
 #if defined(CONFIG_FIT)
-       } else if (images->fit_uname_os && is_zimage) {
+       } else if (images->fit_uname_os) {
                ret = fit_image_get_data(images->fit_hdr_os,
                                images->fit_noffset_os,
                                (const void **)&data, &len);