diff options
Diffstat (limited to 'bl31/bl31.ld.S')
-rw-r--r-- | bl31/bl31.ld.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S index 15017429b..34a349f23 100644 --- a/bl31/bl31.ld.S +++ b/bl31/bl31.ld.S @@ -75,6 +75,10 @@ SECTIONS __DATA_END__ = .; } >RAM +#ifdef BL31_PROGBITS_LIMIT + ASSERT(. <= BL31_PROGBITS_LIMIT, "BL3-1 progbits has exceeded its limit.") +#endif + stacks (NOLOAD) : { __STACKS_START__ = .; *(tzfw_normal_stacks) |