]> git.sur5r.net Git - u-boot/blobdiff - board/mp2usb/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[u-boot] / board / mp2usb / u-boot.lds
index d0666ac73d6588611c50c36d75d1f5e2ac507b9b..12aca2e9f1a34299fa760ad2f984f54abccf2513 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) }