mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-17 20:11:02 +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 Xtensa. Signed-off-by: Simon Glass <simon.glass@canonical.com>