提交 91290cf7 编写于 作者: M Mela Custodio 提交者: Albert ARIBAUD

bootstage: arm: fix fdt stashing code

The conditional is using a variable that is not defined.
Signed-off-by: NRommel G Custodio <sessyargc+u-boot@gmail.com>
上级 42ddfad6
......@@ -71,8 +71,7 @@ static void announce_and_cleanup(int fake)
"(fake run for tracing)" : "");
bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
#ifdef CONFIG_BOOTSTAGE_FDT
if (flag == BOOTM_STATE_OS_FAKE_GO)
bootstage_fdt_add_report();
bootstage_fdt_add_report();
#endif
#ifdef CONFIG_BOOTSTAGE_REPORT
bootstage_report();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册