aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/zImage.coff.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/zImage.coff.lds.S')
-rw-r--r--arch/powerpc/boot/zImage.coff.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/zImage.coff.lds.S b/arch/powerpc/boot/zImage.coff.lds.S
index 05f32388b95..a360905e542 100644
--- a/arch/powerpc/boot/zImage.coff.lds.S
+++ b/arch/powerpc/boot/zImage.coff.lds.S
@@ -21,6 +21,10 @@ SECTIONS
*(.got2)
__got2_end = .;
+ _dtb_start = .;
+ *(.kernel:dtb)
+ _dtb_end = .;
+
_vmlinux_start = .;
*(.kernel:vmlinux.strip)
_vmlinux_end = .;