summaryrefslogtreecommitdiffstats
path: root/board/esd/pmc440/u-boot-nand.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/pmc440/u-boot-nand.lds')
-rw-r--r--board/esd/pmc440/u-boot-nand.lds4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/esd/pmc440/u-boot-nand.lds b/board/esd/pmc440/u-boot-nand.lds
index 6e1e16997d..b580e0bd10 100644
--- a/board/esd/pmc440/u-boot-nand.lds
+++ b/board/esd/pmc440/u-boot-nand.lds
@@ -69,9 +69,7 @@ SECTIONS
PROVIDE (etext = .);
.rodata :
{
- *(.rodata)
- *(.rodata1)
- *(.rodata.str1.4)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
OpenPOWER on IntegriCloud