aboutsummaryrefslogtreecommitdiffstats
path: root/bl2u/bl2u.ld.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl2u/bl2u.ld.S')
-rw-r--r--bl2u/bl2u.ld.S12
1 files changed, 1 insertions, 11 deletions
diff --git a/bl2u/bl2u.ld.S b/bl2u/bl2u.ld.S
index 3ab43825c..a7752a490 100644
--- a/bl2u/bl2u.ld.S
+++ b/bl2u/bl2u.ld.S
@@ -79,17 +79,7 @@ SECTIONS
*/
__RW_START__ = . ;
- /*
- * .data must be placed at a lower address than the stacks if the stack
- * protector is enabled. Alternatively, the .data.stack_protector_canary
- * section can be placed independently of the main .data section.
- */
- .data . : {
- __DATA_START__ = .;
- *(SORT_BY_ALIGNMENT(.data*))
- __DATA_END__ = .;
- } >RAM
-
+ DATA_SECTION >RAM
STACK_SECTION >RAM
BSS_SECTION >RAM
XLAT_TABLE_SECTION >RAM