[PATCH 03/10] bootm: Add a message when booting
Simon Glass
sjg at chromium.org
Wed Jan 7 01:31:20 CET 2026
From: Simon Glass <sjg at chromium.org>
Add a message about starting the kernel. For EFI this will be printed
when boot-services are exited.
Signed-off-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Simon Glass <simon.glass at canonical.com>
---
boot/bootm_final.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boot/bootm_final.c b/boot/bootm_final.c
index 263cd95dcb3..71661334e11 100644
--- a/boot/bootm_final.c
+++ b/boot/bootm_final.c
@@ -10,5 +10,7 @@
void bootm_final(enum bootm_final_t flags)
{
+ printf("\nStarting kernel ...\n\n");
+
dm_remove_devices_active();
}
--
2.43.0
More information about the U-Boot
mailing list