diff options
Diffstat (limited to 'bl1/bl1.ld.S')
-rw-r--r-- | bl1/bl1.ld.S | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/bl1/bl1.ld.S b/bl1/bl1.ld.S index e706ce286..75355ebff 100644 --- a/bl1/bl1.ld.S +++ b/bl1/bl1.ld.S @@ -109,18 +109,7 @@ SECTIONS __STACKS_END__ = .; } >RAM - /* - * The .bss section gets initialised to 0 at runtime. - * Its base address should be 16-byte aligned for better performance of the - * zero-initialization code. - */ - .bss : ALIGN(16) { - __BSS_START__ = .; - *(SORT_BY_ALIGNMENT(.bss*)) - *(COMMON) - __BSS_END__ = .; - } >RAM - + BSS_SECTION >RAM XLAT_TABLE_SECTION >RAM #if USE_COHERENT_MEM |