From cad7b6b2519a275d79085bbdff0227492cd8ee48 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 Mar 2021 20:25:10 +1300 Subject: [PATCH] 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 --- arch/x86/dts/u-boot.dtsi | 6 +----- 1 file changed, 1 insertion(+), 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 = ; }; #else -# ifdef CONFIG_SPL - u-boot { - offset = ; - }; -# 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 = ;