Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"

This reverts commit 91a0030295, plus
commit 0dcd440120 ("powerpc: Revert CHRP
boot wrapper to real-base = 12MB on 32-bit") which depended on it.

Commit 91a00302 was causing NVRAM corruption on some pSeries machines,
for as-yet unknown reasons, so this reverts it until the cause is
identified.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2008-10-31 22:27:17 +11:00
父節點 bfb99f8258
當前提交 5663a1232b
共有 4 個文件被更改,包括 51 次插入144 次删除

查看文件

@@ -205,9 +205,6 @@ SECTIONS
}
#endif
/* 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 = .;