summaryrefslogtreecommitdiff
path: root/board/gth2
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/gth2
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/gth2')
-rw-r--r--board/gth2/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth2/u-boot.lds b/board/gth2/u-boot.lds
index 05946434aa7..e6eee9b45af 100644
--- a/board/gth2/u-boot.lds
+++ b/board/gth2/u-boot.lds
@@ -38,7 +38,7 @@ SECTIONS
}
. = ALIGN(4);
- .rodata : { *(.rodata) }
+ .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
. = ALIGN(4);
.data : { *(.data) }