summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 10:25:10 +0300
committerSimon Glass <sjg@chromium.org>2021-03-26 07:03:10 +0300
commitcad7b6b2519a275d79085bbdff0227492cd8ee48 (patch)
tree6d9d17dd3fd6e230d3dd87693bcefbc6ad095634 /arch/x86/dts
parentcb88ec7cab4b034fafc622d8e795e72f49258639 (diff)
downloadu-boot-cad7b6b2519a275d79085bbdff0227492cd8ee48.tar.xz
x86: dts: Drop unused CONFIG_SPL
This cannot be used since the previous #elif has already dealt with SPL. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/u-boot.dtsi6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index 50134b2fe0..ca84d18ad9 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -55,11 +55,7 @@
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>;