]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_ide.c
[new uImage] Use show_boot_progress() for new uImage format
[people/ms/u-boot.git] / common / cmd_ide.c
index 6a67dd69f31d3674c93b1413efcec315181028f4..8ace970c73b3d0755b4a03c882a9b1ff94eab7e2 100644 (file)
@@ -470,9 +470,11 @@ int do_diskboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        case IMAGE_FORMAT_FIT:
                fit_hdr = (const void *)addr;
                if (!fit_check_format (fit_hdr)) {
+                       show_boot_progress (-140);
                        puts ("** Bad FIT image format\n");
                        return 1;
                }
+               show_boot_progress (141);
                puts ("Fit image detected...\n");
 
                cnt = fit_get_size (fit_hdr);