summaryrefslogtreecommitdiff
path: root/bl31/bl31.ld.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl31/bl31.ld.S')
-rw-r--r--bl31/bl31.ld.S11
1 files changed, 1 insertions, 10 deletions
diff --git a/bl31/bl31.ld.S b/bl31/bl31.ld.S
index 7b423996..0a78c41a 100644
--- a/bl31/bl31.ld.S
+++ b/bl31/bl31.ld.S
@@ -68,15 +68,6 @@ SECTIONS
__RO_END__ = .;
} >RAM
- /*
- * The xlat_table section is for full, aligned page tables (4K).
- * Removing them from .bss avoids forcing 4K alignment on
- * the .bss section and eliminates the unecessary zero init
- */
- xlat_table (NOLOAD) : {
- *(xlat_table)
- } >RAM
-
.data . : {
__DATA_START__ = .;
*(.data)
@@ -101,7 +92,7 @@ SECTIONS
} >RAM
/*
- * The .xlat_table section is for full, aligned page tables (4K).
+ * The xlat_table section is for full, aligned page tables (4K).
* Removing them from .bss avoids forcing 4K alignment on
* the .bss section and eliminates the unecessary zero init
*/