x86: Make use of binman expanded entries
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:25:09 +0000 (20:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
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 <sjg@chromium.org>
arch/x86/dts/u-boot.dtsi

index bf92f45..50134b2 100644 (file)
        };
 #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 {