aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:25:09 +1300
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:29 +1300
commit5d6547b32cba6f13014e659693d4be4575a01fdf (patch)
treeff3e1b8caf5a5e3b6b2879d639126ea1a68e6444
parent13d84b8f9fb4f0cb51570f9cdc9f483cc475ed9f (diff)
downloadu-boot-5d6547b32cba6f13014e659693d4be4575a01fdf.zip
u-boot-5d6547b32cba6f13014e659693d4be4575a01fdf.tar.gz
u-boot-5d6547b32cba6f13014e659693d4be4575a01fdf.tar.bz2
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 <sjg@chromium.org>
-rw-r--r--arch/x86/dts/u-boot.dtsi11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index bf92f45..50134b2 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 {