diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:10 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:10 +1300 |
commit | cad7b6b2519a275d79085bbdff0227492cd8ee48 (patch) | |
tree | 6d9d17dd3fd6e230d3dd87693bcefbc6ad095634 /arch/x86/dts | |
parent | cb88ec7cab4b034fafc622d8e795e72f49258639 (diff) | |
download | u-boot-cad7b6b2519a275d79085bbdff0227492cd8ee48.tar.gz |
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.dtsi | 6 |
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>; |