aboutsummaryrefslogtreecommitdiff
path: root/bl32/sp_min/sp_min.ld.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl32/sp_min/sp_min.ld.S')
-rw-r--r--bl32/sp_min/sp_min.ld.S9
1 files changed, 2 insertions, 7 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);