diff options
Diffstat (limited to 'bl31/bl31.ld.S')
-rw-r--r-- | bl31/bl31.ld.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S index 1cdf7c943..94d03e3da 100644 --- a/bl31/bl31.ld.S +++ b/bl31/bl31.ld.S @@ -158,12 +158,7 @@ SECTIONS __NOBITS_START__ = .; #endif - stacks (NOLOAD) : { - __STACKS_START__ = .; - *(tzfw_normal_stacks) - __STACKS_END__ = .; - } >NOBITS - + STACK_SECTION >NOBITS BSS_SECTION >NOBITS XLAT_TABLE_SECTION >NOBITS |