Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"
This reverts commit91a0030295
, plus commit0dcd440120
("powerpc: Revert CHRP boot wrapper to real-base = 12MB on 32-bit") which depended on it. Commit91a00302
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:
@@ -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 = .;
|
||||
|
Reference in New Issue
Block a user