Skip to content
Snippets Groups Projects
Commit cb88ec7c authored by Simon Glass's avatar Simon Glass
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent cfee2b26
No related branches found
No related tags found
No related merge requests found
...@@ -38,20 +38,11 @@ ...@@ -38,20 +38,11 @@
}; };
#endif #endif
spl { spl {
type = "section"; type = "u-boot-spl";
offset = <CONFIG_X86_OFFSET_SPL>; offset = <CONFIG_X86_OFFSET_SPL>;
u-boot-spl {
};
u-boot-spl-dtb {
};
}; };
u-boot { u-boot {
type = "section";
offset = <CONFIG_X86_OFFSET_U_BOOT>; offset = <CONFIG_X86_OFFSET_U_BOOT>;
u-boot-nodtb {
};
u-boot-dtb {
};
}; };
#elif defined(CONFIG_SPL) #elif defined(CONFIG_SPL)
u-boot-spl-with-ucode-ptr { u-boot-spl-with-ucode-ptr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment