aboutsummaryrefslogtreecommitdiff
path: root/board/ep88x
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep88x')
-rw-r--r--board/ep88x/u-boot.lds4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/ep88x/u-boot.lds b/board/ep88x/u-boot.lds
index 1b6e417be..dd62e5866 100644
--- a/board/ep88x/u-boot.lds
+++ b/board/ep88x/u-boot.lds
@@ -57,9 +57,7 @@ SECTIONS
*(.fixup)
*(.got1)
. = ALIGN(16);
- *(.rodata)
- *(.rodata1)
- *(.rodata.str1.4)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }