]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/nds32/lib/bootm.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[people/ms/u-boot.git] / arch / nds32 / lib / bootm.c
index 5ae90fb7199ccb41f076775e53d3fc3b0152a200..03f58bf321a4985d125d02df8f546a0844976ab6 100644 (file)
@@ -69,7 +69,7 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
                printf("Using machid 0x%x from environment\n", machid);
        }
 
-       show_boot_progress(BOOTSTAGE_ID_RUN_OS);
+       bootstage_mark(BOOTSTAGE_ID_RUN_OS);
 
        debug("## Transferring control to Linux (at address %08lx) ...\n",
               (ulong)theKernel);