[PATCH v2 3/9] bootm: Add a message when booting

Simon Glass sjg at chromium.org
Tue Feb 24 15:25:45 CET 2026


Add a message about starting the kernel.

Signed-off-by: Simon Glass <simon.glass at canonical.com>
---

Changes in v2:
- Drop comment about EFI

 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