]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/bootm.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[karo-tx-uboot.git] / arch / avr32 / lib / bootm.c
index f18073796c2b88fc1c787d6a67a347e8fbc0384a..74ebeca058a7ed3f3a268a95cd0625f4da9388cd 100644 (file)
@@ -192,7 +192,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
 
        theKernel = (void *)images->ep;
 
-       show_boot_progress(BOOTSTAGE_ID_RUN_OS);
+       bootstage_mark(BOOTSTAGE_ID_RUN_OS);
 
        params = params_start = (struct tag *)gd->bd->bi_boot_params;
        params = setup_start_tag(params);