]> git.sur5r.net Git - u-boot/blobdiff - board/st/nmdk8815/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[u-boot] / board / st / nmdk8815 / u-boot.lds
index 6d6481b53c0d024dc08f2792aca45752cb85dbe1..0925e4f326b10ac7dbbd3be9bfaac29c86e30205 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+ * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  *
  * See file CREDITS for list of people who contributed to this
  * project.
@@ -34,7 +34,7 @@ SECTIONS
                *(.text)
        }
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
        . = ALIGN(4);
        .data : { *(.data) }
        . = ALIGN(4);