From: Simon Glass Date: Fri, 6 Mar 2026 02:36:22 +0000 (-0700) Subject: m68k: Call bootm_final() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b4bd773e093e777d35f2d951d1868de1a3cc2f3;p=thirdparty%2Fu-boot.git 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 --- 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