summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/u-boot.dtsi14
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index e0cca58640..f0f8c71761 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -44,13 +44,21 @@
u-boot-tpl-dtb {
};
#endif
- u-boot-spl {
+ spl {
+ type = "section";
offset = <CONFIG_X86_OFFSET_SPL>;
- };
- u-boot-spl-dtb {
+ 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 {