summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-07-22 16:26:02 +1000
committerChris Johns <chrisj@rtems.org>2022-07-28 09:04:46 +1000
commitb868d0a722167f35b627b7ca7d42c9b6939be33d (patch)
tree6fb59a535f3495056b374653efc5c45d1699cf4f /bsps
parentUse __asm__ for standard C compatibility (diff)
downloadrtems-b868d0a722167f35b627b7ca7d42c9b6939be33d.tar.bz2
basp/aarch64: Make the unexpected sections origin address 64bit
Update #4684
Diffstat (limited to 'bsps')
-rw-r--r--bsps/aarch64/shared/start/linkcmds.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/aarch64/shared/start/linkcmds.base b/bsps/aarch64/shared/start/linkcmds.base
index bcdf4715d7..f4639bd990 100644
--- a/bsps/aarch64/shared/start/linkcmds.base
+++ b/bsps/aarch64/shared/start/linkcmds.base
@@ -56,7 +56,7 @@ bsp_stack_hyp_size = DEFINED (bsp_stack_hyp_size) ? bsp_stack_hyp_size : 0;
bsp_stack_hyp_size = ALIGN (bsp_stack_hyp_size, bsp_stack_align);
MEMORY {
- UNEXPECTED_SECTIONS : ORIGIN = 0xffffffff, LENGTH = 0
+ UNEXPECTED_SECTIONS : ORIGIN = 0xffffffffffffffff, LENGTH = 0
}
SECTIONS {