aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/xen.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/arm/xen.lds.S')
-rw-r--r--xen/arch/arm/xen.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S
index 5a62e2c696..6fb76628af 100644
--- a/xen/arch/arm/xen.lds.S
+++ b/xen/arch/arm/xen.lds.S
@@ -122,6 +122,10 @@ SECTIONS
} :text
_end = . ;
+ /* Section for the device tree blob (if any). */
+ _sdtb = .;
+ .dtb : { *(.dtb) } :text
+
/* Sections to be discarded */
/DISCARD/ : {
*(.exit.text)