mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
sh: 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 SH. Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
parent
81334489c0
commit
7fec6d005b
@ -92,6 +92,8 @@ int do_bootm_linux(int flag, struct bootm_info *bmi)
|
||||
images->rd_end - images->rd_start);
|
||||
}
|
||||
|
||||
bootm_final(0);
|
||||
|
||||
/* Boot kernel */
|
||||
kernel();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user