From ed912d4d659e67910edca04498803db24d826615 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Fri, 15 Jan 2010 04:47:06 -0500
Subject: [PATCH] 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>
---
 lib_blackfin/u-boot.lds.S | 3 +--
 1 file changed, 1 insertion(+), 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
-- 
2.39.5