summaryrefslogtreecommitdiff
path: root/lib_blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-15 04:47:06 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:27 -0500
commited912d4d659e67910edca04498803db24d826615 (patch)
tree2ed7fb00f57869048df06e533b8d5d4a0c71b939 /lib_blackfin
parent2aeda2d054bb32027bed33d9c3a63d152164b5e0 (diff)
Blackfin: use sort funcs in the linker script
This is just Blackfin catching up with every one else. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin')
-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 deb94c9762..5ee8eb3f73 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