arm: lib: bootm: Push the Starting kernel print to the end
authorKeerthy <j-keerthy@ti.com>
Wed, 20 Feb 2019 12:47:22 +0000 (18:17 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 12:35:50 +0000 (08:35 -0400)
Push the Starting kernel print to the end just before the
dm_remove_devices call.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/bootm.c

index 329f20c2bfe50e2a466d41839bf35da9e47ed64d..bf68a5ba62241c2b7336710e89046d7b78e06e2e 100644 (file)
@@ -88,8 +88,6 @@ __weak void board_quiesce_devices(void)
  */
 static void announce_and_cleanup(int fake)
 {
-       printf("\nStarting kernel ...%s\n\n", fake ?
-               "(fake run for tracing)" : "");
        bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
 #ifdef CONFIG_BOOTSTAGE_FDT
        bootstage_fdt_add_report();
@@ -104,6 +102,8 @@ static void announce_and_cleanup(int fake)
 
        board_quiesce_devices();
 
+       printf("\nStarting kernel ...%s\n\n", fake ?
+               "(fake run for tracing)" : "");
        /*
         * Call remove function of all devices with a removal flag set.
         * This may be useful for last-stage operations, like cancelling