From: Simon Glass Date: Thu, 18 Mar 2021 07:25:09 +0000 (+1300) Subject: x86: Make use of binman expanded entries X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=cb88ec7cab4b034fafc622d8e795e72f49258639;p=u-boot.git x86: Make use of binman expanded entries We don't need to spell out the separate pieces of U-Boot phase binaries anymore. Revert to using the simple entry and let binman do the expansion itself as needed. Signed-off-by: Simon Glass --- diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index bf92f45f2d..50134b2fe0 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -38,20 +38,11 @@ }; #endif spl { - type = "section"; + type = "u-boot-spl"; offset = ; - u-boot-spl { - }; - u-boot-spl-dtb { - }; }; u-boot { - type = "section"; offset = ; - u-boot-nodtb { - }; - u-boot-dtb { - }; }; #elif defined(CONFIG_SPL) u-boot-spl-with-ucode-ptr {