All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end
@ 2019-02-20 12:47 Keerthy
  2019-02-21  2:47 ` Simon Glass
  2019-03-22 23:16 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Keerthy @ 2019-02-20 12:47 UTC (permalink / raw)
  To: u-boot

Push the Starting kernel print to the end just before the
dm_remove_devices call.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/lib/bootm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index 329f20c2bf..bf68a5ba62 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end
  2019-02-20 12:47 [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end Keerthy
@ 2019-02-21  2:47 ` Simon Glass
  2019-03-22 23:16 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2019-02-21  2:47 UTC (permalink / raw)
  To: u-boot

On Wed, 20 Feb 2019 at 05:47, Keerthy <j-keerthy@ti.com> wrote:
>
> Push the Starting kernel print to the end just before the
> dm_remove_devices call.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>  arch/arm/lib/bootm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] arm: lib: bootm: Push the Starting kernel print to the end
  2019-02-20 12:47 [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end Keerthy
  2019-02-21  2:47 ` Simon Glass
@ 2019-03-22 23:16 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-03-22 23:16 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 20, 2019 at 06:17:22PM +0530, Keerthy wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190322/a0226747/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-22 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 12:47 [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end Keerthy
2019-02-21  2:47 ` Simon Glass
2019-03-22 23:16 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.