mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-17 12:01:52 +02:00
Replace the open-coded printf and bootstage_mark_name with a call to bootm_final(). This also adds board_quiesce_devices() and dm_remove_devices_active() which were not previously called on ARC. Signed-off-by: Simon Glass <simon.glass@canonical.com>