mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
bootstage: arm: fix fdt stashing code
The conditional is using a variable that is not defined. Signed-off-by: Rommel G Custodio <sessyargc+u-boot@gmail.com>
This commit is contained in:
parent
42ddfad6ab
commit
91290cf728
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue