]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
m68k: Call bootm_final()
authorSimon Glass <simon.glass@canonical.com>
Fri, 6 Mar 2026 02:36:22 +0000 (19:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 18 Mar 2026 19:17:34 +0000 (13:17 -0600)
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 <simon.glass@canonical.com>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
Tested-by: Angelo Dureghello <angelo@kernel-space.org>
Acked-by: Kuan-Wei Chiu <visitorckw@gmail.com>
arch/m68k/lib/bootm.c

index 3dcff8076e3cbb1e422afa94f66c3ea2cc8ee8ca..7e36ac7316952d534509a396f6bd33e13c1eca92 100644 (file)
@@ -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