]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of BOOTSTAGE_FDT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:19 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000 (16:32 -0500)
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>
arch/mips/lib/bootm.c

index 5fda914e6ba2944680f0d84409a35fbe4e3d4ba4..5687ff22cb8f8c56d1b29e0cdd93ff3a9968957f 100644 (file)
@@ -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)