Define MAP_KERNEL_START by resolving MODULES_END at cmake time
Change-Id: Ib88fc045b64c4ad2dad6a4b13cb0372a735a26ab
This commit is contained in:
committed by
Masamichi Takagi
parent
33eef71133
commit
04d17dd3e9
@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffffff8007800000; /* KERNEL_START */
|
||||
. = @MAP_KERNEL_START@;
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffff000007800000; /* KERNEL_START */
|
||||
. = @MAP_KERNEL_START@;
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xfffffc0007800000; /* KERNEL_START */
|
||||
. = @MAP_KERNEL_START@;
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
@ -6,7 +6,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xffff000007800000; /* KERNEL_START */
|
||||
. = @MAP_KERNEL_START@;
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
@ -5,7 +5,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xFFFFFFFFFE801000;
|
||||
. = @MAP_KERNEL_START@ + 0x1000;
|
||||
_head = .;
|
||||
|
||||
.text : {
|
||||
Reference in New Issue
Block a user