]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - inmates/lib/arm/inmate.lds
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / inmates / lib / arm / inmate.lds
index 16c48710df99b57d6eb25872bb8d39411f9fc1bc..fe1325320f659f34481294f85173731436b95613 100644 (file)
@@ -16,6 +16,12 @@ SECTIONS {
        . = 0;
        .boot           : { *(.boot) }
 
+       . = 0x100;
+       .cmdline        : {
+               *(.cmdline)
+               BYTE(0); /* empty string in case no buffer is provided */
+       }
+
        . = ALIGN(4);
        .text           : {
                *(.text)