mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-15 19:11:03 +02:00
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>