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 <s...@chromium.org>
---

 arch/x86/dts/u-boot.dtsi | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index bf92f45f2d3..50134b2fe00 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 = <CONFIG_X86_OFFSET_SPL>;
-               u-boot-spl {
-               };
-               u-boot-spl-dtb {
-               };
        };
        u-boot {
-               type = "section";
                offset = <CONFIG_X86_OFFSET_U_BOOT>;
-               u-boot-nodtb {
-               };
-               u-boot-dtb {
-               };
        };
 #elif defined(CONFIG_SPL)
        u-boot-spl-with-ucode-ptr {
-- 
2.30.1.766.gb4fecdf3b7-goog

Reply via email to