mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-28 14:52:28 +00:00
Correct SPL uses of BOOTSTAGE_REPORT
This converts 2 usages of this option to the non-SPL form, since there is no SPL_BOOTSTAGE_REPORT defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e1f0f8ac9f
commit
b8bffe661f
@ -287,7 +287,7 @@ static void boot_jump_linux(struct bootm_headers *images)
|
|||||||
#if IS_ENABLED(CONFIG_BOOTSTAGE_FDT)
|
#if IS_ENABLED(CONFIG_BOOTSTAGE_FDT)
|
||||||
bootstage_fdt_add_report();
|
bootstage_fdt_add_report();
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_IS_ENABLED(BOOTSTAGE_REPORT)
|
#if IS_ENABLED(CONFIG_BOOTSTAGE_REPORT)
|
||||||
bootstage_report();
|
bootstage_report();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,7 @@ void bootm_announce_and_cleanup(void)
|
|||||||
timestamp_add_now(TS_START_KERNEL);
|
timestamp_add_now(TS_START_KERNEL);
|
||||||
#endif
|
#endif
|
||||||
bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
|
bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
|
||||||
#if CONFIG_IS_ENABLED(BOOTSTAGE_REPORT)
|
#if IS_ENABLED(CONFIG_BOOTSTAGE_REPORT)
|
||||||
bootstage_report();
|
bootstage_report();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user