x86: dts: Drop unused CONFIG_SPL
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:10 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:10 +0000 (17:03 +1300)
This cannot be used since the previous #elif has already dealt with SPL.
Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/u-boot.dtsi

index 50134b2..ca84d18 100644 (file)
                offset = <CONFIG_X86_OFFSET_U_BOOT>;
        };
 #else
-# ifdef CONFIG_SPL
-       u-boot {
-               offset = <CONFIG_SYS_TEXT_BASE>;
-       };
-# elif defined(CONFIG_HAVE_MICROCODE)
+# ifdef CONFIG_HAVE_MICROCODE
        /* If there is no SPL then we need to put microcode in U-Boot */
        u-boot-with-ucode-ptr {
                offset = <CONFIG_X86_OFFSET_U_BOOT>;