]> 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 b5f8ff919f21b79e2d6cb8a2cf773a5a25dcbd9a..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) }
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }