[U-Boot] [PATCH 31/32] Blackfin: use sort funcs in the linker script

Mike Frysinger vapier at gentoo.org
Sun Jan 17 15:39:22 CET 2010


This is just Blackfin catching up with every one else.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 lib_blackfin/u-boot.lds.S |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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
-- 
1.6.6



More information about the U-Boot mailing list