[POWERPC] Make sure initrd and dtb sections get into zImage correctly
[pandora-kernel.git] / arch / powerpc / boot / zImage.lds.S
index 4b6bb3f..4be3c64 100644 (file)
@@ -21,6 +21,11 @@ SECTIONS
     __got2_end = .;
   }
 
+  . = ALIGN(8);
+  _dtb_start = .;
+  .kernel:dtb : { *(.kernel:dtb) }
+  _dtb_end = .;
+
   . = ALIGN(4096);
   _vmlinux_start =  .;
   .kernel:vmlinux.strip : { *(.kernel:vmlinux.strip) }