]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/bootm.c
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
[karo-tx-uboot.git] / arch / avr32 / lib / bootm.c
index c9a55ffb2cff9bcda16e73d451a316ba1bcbd1df..f18073796c2b88fc1c787d6a67a347e8fbc0384a 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 (15);
+       show_boot_progress(BOOTSTAGE_ID_RUN_OS);
 
        params = params_start = (struct tag *)gd->bd->bi_boot_params;
        params = setup_start_tag(params);