summaryrefslogtreecommitdiff
path: root/board/gaisler/grsim/u-boot.lds
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-08 13:24:39 -0400
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-08 13:24:39 -0400
commitf117c1244207ee257342803fb98b52d9b891a285 (patch)
tree2b9b800c8c311bad905c849985e603b9499f5ea3 /board/gaisler/grsim/u-boot.lds
parente60beb13cf0135dc71c541021487b5ccc4d269cb (diff)
This patch originally from LogicPD OMAP35x Release 1.6.1 Original Patch Name: u-boot-2009.03-beagleboard.patch
Diffstat (limited to 'board/gaisler/grsim/u-boot.lds')
-rw-r--r--board/gaisler/grsim/u-boot.lds4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/gaisler/grsim/u-boot.lds b/board/gaisler/grsim/u-boot.lds
index a9cc7ca4b0..0fa6627df5 100644
--- a/board/gaisler/grsim/u-boot.lds
+++ b/board/gaisler/grsim/u-boot.lds
@@ -76,10 +76,8 @@ SECTIONS
*(.gnu.warning)
/* *(.got1)*/
. = ALIGN(16);
- *(.rodata)
- *(.rodata1)
- *(.rodata.*)
*(.eh_frame)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
}
. = ALIGN(4);
_etext = .;