]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/omap1610inn/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[karo-tx-uboot.git] / board / omap1610inn / u-boot.lds
index a4fcd1a9bb4916f6755ee71cf24fcb3071347fdf..e50b8d430dc1223e14e72bc15990f9c8aff6beae 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);
@@ -47,6 +47,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }