aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1.ld.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1.ld.S')
-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 ac52e52..7a00a3f 100644
--- a/bl1/bl1.ld.S
+++ b/bl1/bl1.ld.S
@@ -116,5 +116,5 @@ SECTIONS
__COHERENT_RAM_UNALIGNED_SIZE__ =
__COHERENT_RAM_END_UNALIGNED__ - __COHERENT_RAM_START__;
- ASSERT(. <= BL31_BASE, "BL31 image overlaps BL1 image.")
+ ASSERT(. <= BL31_BASE, "BL1 image overlaps BL31 image.")
}