summaryrefslogtreecommitdiffstats
path: root/board/stxgp3/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/stxgp3/u-boot.lds')
-rw-r--r--board/stxgp3/u-boot.lds4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/stxgp3/u-boot.lds b/board/stxgp3/u-boot.lds
index cdcb39a6bf..182e9401ac 100644
--- a/board/stxgp3/u-boot.lds
+++ b/board/stxgp3/u-boot.lds
@@ -88,10 +88,8 @@ SECTIONS
PROVIDE (etext = .);
.rodata :
{
- *(.rodata)
- *(.rodata1)
- *(.rodata.str1.4)
*(.eh_frame)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
OpenPOWER on IntegriCloud