]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/lpd7a40x/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[karo-tx-uboot.git] / board / lpd7a40x / u-boot.lds
index 3c14437ec9d2aeaf0f110aba20e0489815f8bafd..0914be7f2f52c312cecd9fac311cfacaeab71b53 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.
@@ -37,7 +37,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }