diff options
Diffstat (limited to 'board/actux3/u-boot.lds')
-rw-r--r-- | board/actux3/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds index e861955..a69e7db 100644 --- a/board/actux3/u-boot.lds +++ b/board/actux3/u-boot.lds @@ -45,7 +45,7 @@ SECTIONS . = ALIGN (4); .rodata : { - *(.rodata) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } . = ALIGN (4); |