summaryrefslogtreecommitdiff
path: root/lib_blackfin/u-boot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib_blackfin/u-boot.lds.S')
-rw-r--r--lib_blackfin/u-boot.lds.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S
index deb94c97622..5ee8eb3f734 100644
--- a/lib_blackfin/u-boot.lds.S
+++ b/lib_blackfin/u-boot.lds.S
@@ -94,8 +94,7 @@ SECTIONS
.rodata :
{
. = ALIGN(4);
- *(.rodata .rodata.*)
- *(.rodata1)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
*(.eh_frame)
. = ALIGN(4);
} >ram_data