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