summaryrefslogtreecommitdiff
path: root/core/cortex-m/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/ec.lds.S')
-rw-r--r--core/cortex-m/ec.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S
index 8bb4997dfc..75d056b1fd 100644
--- a/core/cortex-m/ec.lds.S
+++ b/core/cortex-m/ec.lds.S
@@ -38,7 +38,7 @@ SECTIONS
. = ALIGN(4);
__cmds = .;
- *(.rodata.cmds)
+ *(SORT(.rodata.cmds*))
__cmds_end = .;
. = ALIGN(4);