summaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-07-11 11:19:27 +0100
committerdanh-arm <dan.handley@arm.com>2014-07-11 11:19:27 +0100
commit414cfa18da52241a0644f2293a59d5cd6347b103 (patch)
tree78f484df5af8650c231a529be125feac9b012e67 /bl32
parent6a2231560b0243defba0721d15e824d21e5ae60b (diff)
parent46d49f6355afe62cab85308257105d6b540893e9 (diff)
Merge pull request #163 from sandrine-bailleux/sb/tf-issue-117-v2
fvp: Reuse BL1 and BL2 memory through image overlaying (v2)
Diffstat (limited to 'bl32')
-rw-r--r--bl32/tsp/tsp.ld.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/bl32/tsp/tsp.ld.S b/bl32/tsp/tsp.ld.S
index 187915b6..5807141f 100644
--- a/bl32/tsp/tsp.ld.S
+++ b/bl32/tsp/tsp.ld.S
@@ -68,6 +68,10 @@ SECTIONS
__DATA_END__ = .;
} >RAM
+#ifdef BL32_PROGBITS_LIMIT
+ ASSERT(. <= BL32_PROGBITS_LIMIT, "BL3-2 progbits has exceeded its limit.")
+#endif
+
stacks (NOLOAD) : {
__STACKS_START__ = .;
*(tzfw_normal_stacks)