These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / boot / compressed / ld.script
index 5a33409..2ed08fb 100644 (file)
@@ -29,8 +29,12 @@ SECTIONS
                *(.image)
                __image_end = .;
                CONSTRUCTORS
+               . = ALIGN(16);
        }
-       . = ALIGN(16);
+       __appended_dtb = .;
+       /* leave space for appended DTB */
+       . += 0x100000;
+
        _edata = .;
        /* End of data section */