]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/vmlinux.lds.S
powerpc: Sync RPA note in zImage with kernel's RPA note
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / vmlinux.lds.S
index e6927fb2e65528e9bb5729c8d6d6aab37ae91177..b39c27ed79196c2d7cd1d4f32843fd3ee5563581 100644 (file)
@@ -203,6 +203,9 @@ SECTIONS
                *(.rela*)
        }
 
+       /* Fake ELF header containing RPA note; for addnote */
+       .fakeelf : AT(ADDR(.fakeelf) - LOAD_OFFSET) { *(.fakeelf) }
+
        /* freed after init ends here */
        . = ALIGN(PAGE_SIZE);
        __init_end = .;