summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a53
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-02-19 08:34:48 -0600
committerJoel Sherrill <joel@rtems.org>2021-03-05 08:43:15 -0600
commit6bfbfb5a3d01ee2b413364c22d056b916d0dfe1d (patch)
tree9a76cc7d3e15be76755bc370d0049885fce0bc3f /spec/build/bsps/aarch64/a53
parentaarch64: Fix context switch (diff)
downloadrtems-6bfbfb5a3d01ee2b413364c22d056b916d0dfe1d.tar.bz2
bsps/aarch64: Resolve usage of SUBALIGN()
Remove usage of SUBALIGN() in aarch64 linkcmds which works around a difference in behavior on AArch64 platforms. This is no longer necessary since alignment is now enforced explicitly. Closes #4178.
Diffstat (limited to 'spec/build/bsps/aarch64/a53')
-rw-r--r--spec/build/bsps/aarch64/a53/linkcmds_ilp32.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/build/bsps/aarch64/a53/linkcmds_ilp32.yml b/spec/build/bsps/aarch64/a53/linkcmds_ilp32.yml
index 4bcf2ebe4a..958a1407dd 100644
--- a/spec/build/bsps/aarch64/a53/linkcmds_ilp32.yml
+++ b/spec/build/bsps/aarch64/a53/linkcmds_ilp32.yml
@@ -60,7 +60,6 @@ content: |
OUTPUT_FORMAT ("elf32-littleaarch64")
OUTPUT_ARCH (aarch64:ilp32)
- bsp_set_align = 4;
INCLUDE linkcmds.base
copyrights: