summaryrefslogtreecommitdiff
path: root/bl1
diff options
context:
space:
mode:
Diffstat (limited to 'bl1')
-rw-r--r--bl1/bl1.ld.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl1/bl1.ld.S b/bl1/bl1.ld.S
index 75355ebff..009a9b59c 100644
--- a/bl1/bl1.ld.S
+++ b/bl1/bl1.ld.S
@@ -103,7 +103,7 @@ SECTIONS
__DATA_RAM_END__ = .;
} >RAM AT>ROM
- stacks . (NOLOAD) : {
+ stacks (NOLOAD) : {
__STACKS_START__ = .;
*(tzfw_normal_stacks)
__STACKS_END__ = .;