mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 15:21:43 +02:00
arm: lib: bootm: Push the Starting kernel print to the end
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>
This commit is contained in:
parent
7b80644e27
commit
6dad56d733
@ -88,8 +88,6 @@ __weak void board_quiesce_devices(void)
|
|||||||
*/
|
*/
|
||||||
static void announce_and_cleanup(int fake)
|
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");
|
bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
|
||||||
#ifdef CONFIG_BOOTSTAGE_FDT
|
#ifdef CONFIG_BOOTSTAGE_FDT
|
||||||
bootstage_fdt_add_report();
|
bootstage_fdt_add_report();
|
||||||
@ -104,6 +102,8 @@ static void announce_and_cleanup(int fake)
|
|||||||
|
|
||||||
board_quiesce_devices();
|
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.
|
* Call remove function of all devices with a removal flag set.
|
||||||
* This may be useful for last-stage operations, like cancelling
|
* This may be useful for last-stage operations, like cancelling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user