mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-09 22:56:13 +02:00
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 <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>
This commit is contained in:
parent
15e58f975a
commit
3b4bd773e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user