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:
Carlo Caione 2021-02-09 12:43:19 +01:00 committed by Anas Nashif
commit 85479d1523

View file

@ -294,6 +294,7 @@ SECTIONS
/* Define linker symbols */
MMU_ALIGN;
_image_ram_end = .;
_end = .; /* end of image */
z_mapped_end = .;