diff --git a/boot/bootm.c b/boot/bootm.c index e553497192c..c42f3b925bc 100644 --- a/boot/bootm.c +++ b/boot/bootm.c @@ -1205,6 +1205,7 @@ void bootm_final(int flag) if (IS_ENABLED(CONFIG_BOOTSTAGE_FDT) && IS_ENABLED(CONFIG_CMD_FDT)) bootstage_fdt_add_report(); + bootstage_stash_default(); if (IS_ENABLED(CONFIG_BOOTSTAGE_REPORT)) bootstage_report();