From: Mike Frysinger Date: Fri, 15 Jan 2010 09:47:06 +0000 (-0500) Subject: Blackfin: use sort funcs in the linker script X-Git-Tag: v2010.03-rc1~152^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed912d4d659e67910edca04498803db24d826615;p=platform%2Fkernel%2Fu-boot.git Blackfin: use sort funcs in the linker script This is just Blackfin catching up with every one else. Signed-off-by: Mike Frysinger --- diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S index deb94c9..5ee8eb3 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