aboutsummaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
Diffstat (limited to 'bl32')
-rw-r--r--bl32/sp_min/sp_min.ld.S9
-rw-r--r--bl32/tsp/tsp.ld.S4
2 files changed, 4 insertions, 9 deletions
diff --git a/bl32/sp_min/sp_min.ld.S b/bl32/sp_min/sp_min.ld.S
index d83b4e018..f652f17e2 100644
--- a/bl32/sp_min/sp_min.ld.S
+++ b/bl32/sp_min/sp_min.ld.S
@@ -48,10 +48,7 @@ SECTIONS
__RODATA_START__ = .;
*(.rodata*)
- RT_SVC_DESCS
- FCONF_POPULATOR
- PMF_SVC_DESCS
- CPU_OPS
+ RODATA_COMMON
/* Place pubsub sections for events */
. = ALIGN(8);
@@ -67,9 +64,7 @@ SECTIONS
*(.text*)
*(.rodata*)
- RT_SVC_DESCS
- FCONF_POPULATOR
- CPU_OPS
+ RODATA_COMMON
/* Place pubsub sections for events */
. = ALIGN(8);
diff --git a/bl32/tsp/tsp.ld.S b/bl32/tsp/tsp.ld.S
index b1ec42350..b071e82fd 100644
--- a/bl32/tsp/tsp.ld.S
+++ b/bl32/tsp/tsp.ld.S
@@ -37,7 +37,7 @@ SECTIONS
__RODATA_START__ = .;
*(.rodata*)
- GOT
+ RODATA_COMMON
. = ALIGN(PAGE_SIZE);
__RODATA_END__ = .;
@@ -49,7 +49,7 @@ SECTIONS
*(.text*)
*(.rodata*)
- GOT
+ RODATA_COMMON
*(.vectors)