diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index fdd28979e0b..c26b855edc9 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -48,11 +48,17 @@ }; #elif defined(CONFIG_SPL) u-boot-spl-with-ucode-ptr { + no-expanded; offset = ; }; +# ifdef CONFIG_HAVE_MICROCODE u-boot-dtb-with-ucode2 { type = "u-boot-dtb-with-ucode"; }; +#else + u-boot-spl-dtb { + }; +# endif u-boot { offset = ; };