On 3/6/26 03:36, Simon Glass wrote:
From: Simon Glass <[email protected]> Replace the open-coded bootstage_fdt_add_report() and bootstage_report() with a call to bootm_final(). This also adds the "Starting kernel" message, board_quiesce_devices() and dm_remove_devices_active() which were not previously called on MIPS. Signed-off-by: Simon Glass <[email protected]> --- (no changes since v3) Changes in v3: - Add new patch for MIPS conversion arch/mips/lib/bootm.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Daniel Schwierzeck <[email protected]> -- - Daniel

