aboutsummaryrefslogtreecommitdiff
path: root/board/netstar/eeprom.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstar/eeprom.lds')
-rw-r--r--board/netstar/eeprom.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstar/eeprom.lds b/board/netstar/eeprom.lds
index f3be320df..132476d50 100644
--- a/board/netstar/eeprom.lds
+++ b/board/netstar/eeprom.lds
@@ -36,7 +36,7 @@ SECTIONS
}
. = ALIGN(4);
- .rodata : { *(.rodata) }
+ .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
. = ALIGN(4);
.data : { *(.data) }