mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Correct SPL use of BOOTSTAGE_FDT
This converts 1 usage of this option to the non-SPL form, since there is no SPL_BOOTSTAGE_FDT defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4e80a46c0a
commit
e1f0f8ac9f
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ static void boot_jump_linux(struct bootm_headers *images)
|
|||
if (CONFIG_IS_ENABLED(MALTA))
|
||||
linux_extra = gd->ram_size;
|
||||
|
||||
#if CONFIG_IS_ENABLED(BOOTSTAGE_FDT)
|
||||
#if IS_ENABLED(CONFIG_BOOTSTAGE_FDT)
|
||||
bootstage_fdt_add_report();
|
||||
#endif
|
||||
#if CONFIG_IS_ENABLED(BOOTSTAGE_REPORT)
|
||||
|
|
Loading…
Reference in a new issue