]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/lib/bootm.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[people/ms/u-boot.git] / arch / arm / lib / bootm.c
index 249ac1b312f893bbd9259e909df99399ac95cdd3..f114cd6a02d2a973a216c36cad6f495647c4008c 100644 (file)
@@ -113,7 +113,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);
 
 #ifdef CONFIG_OF_LIBFDT
        if (images->ft_len)