These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / board-qemu / llfw / stage2.lds
index e060dd1..28c9dca 100644 (file)
@@ -49,7 +49,8 @@ SECTIONS {
        __bss_end = .;
        __bss_size = (__bss_end - __bss_start);
 
-       __toc_start = .;
+       . = ALIGN(256);
+       __toc_start = DEFINED (.TOC.) ? .TOC. : ADDR (.got) + 0x8000;
        .got :
        {
                 *(.toc .got)