summaryrefslogtreecommitdiff
path: root/bl31
diff options
context:
space:
mode:
authorAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 12:14:37 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 12:14:37 +0100
commitf53d0fce3f8e13529d823c22ce61dc0e0fdf0ffd (patch)
tree4428e24e078c9214437734408046c3e1c2674f86 /bl31
parent8957fc76aa58cb66635b872b80e8a44be250a2ba (diff)
parent638363eb5f548773c4eb7c9c0d21b87576064f28 (diff)
Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.ld.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S
index 1b818f5e..068d3181 100644
--- a/bl31/bl31.ld.S
+++ b/bl31/bl31.ld.S
@@ -126,5 +126,5 @@ SECTIONS
__COHERENT_RAM_UNALIGNED_SIZE__ =
__COHERENT_RAM_END_UNALIGNED__ - __COHERENT_RAM_START__;
- ASSERT(. <= BL2_BASE, "BL31 image overlaps BL2 image.")
+ ASSERT(. <= BL31_LIMIT, "BL3-1 image has exceeded its limit.")
}