aarch64: linker: Align end symbols
The end symbols and especially z_mapped_end must be aligned to the MMU page size. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
8698f828c5
commit
85479d1523
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ SECTIONS
|
|||
|
||||
/* Define linker symbols */
|
||||
|
||||
MMU_ALIGN;
|
||||
_image_ram_end = .;
|
||||
_end = .; /* end of image */
|
||||
z_mapped_end = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue