Use KERNLOADADDR instead of hardcoded address. This is required to be able to
build the trampoline kernel that has symbol/string tables embedded within it.
This commit is contained in:
parent
9168186326
commit
6fc9b03b75
@ -61,7 +61,7 @@ PHDRS
|
||||
SECTIONS
|
||||
{
|
||||
/* Read-only sections, merged into text segment: */
|
||||
. = 0x80100000 ;
|
||||
. = KERNLOADADDR ;
|
||||
.interp : { *(.interp) } :interp
|
||||
.hash : { *(.hash) } :text
|
||||
.dynsym : { *(.dynsym) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user