commit | 73b1f404b270f5ed4c496e028571635ede6fc34e | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Thu Dec 22 13:26:37 2022 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Wed Feb 15 10:24:14 2023 +0000 |
tree | 53084389021cf3178317fa1142595bdd2bb5e527 | |
parent | 6c2b68db7e3b9d23bc48972f0502ee7191890c6d [diff] |
build: communicate correct page size to linker This change communicates the common and maximum page sizes to the linker, which allows us to use the built-in constants that it provides to deal with page alignments. We only support 4K pages today so the fact these are fixed is not too much of an issue, but we will need to revisit this if we ever support other page sizes. Change-Id: I3358c51e70df794025ddf25209ae0e2a96550b0e Signed-off-by: Chris Kay <chris.kay@arm.com>