From 3b4bd773e093e777d35f2d951d1868de1a3cc2f3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 5 Mar 2026 19:36:22 -0700 Subject: [PATCH] m68k: Call bootm_final() Add a call to bootm_final() before jumping to the kernel. This adds the "Starting kernel" message, bootstage tracking, board_quiesce_devices() and dm_remove_devices_active() which were not previously called on m68k. Signed-off-by: Simon Glass Acked-by: Angelo Dureghello Tested-by: Angelo Dureghello Acked-by: Kuan-Wei Chiu --- arch/m68k/lib/bootm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c index 3dcff8076e3..7e36ac73169 100644 --- a/arch/m68k/lib/bootm.c +++ b/arch/m68k/lib/bootm.c @@ -65,6 +65,8 @@ int do_bootm_linux(int flag, struct bootm_info *bmi) bootstage_mark(BOOTSTAGE_ID_RUN_OS); + bootm_final(0); + /* * Linux Kernel Parameters (passing board info data): * sp+00: Ignore, side effect of using jsr to jump to kernel