]> git.sur5r.net Git - u-boot/blobdiff - board/davinci/sonata/u-boot.lds
Fix e-mail address of Gary Jennejohn.
[u-boot] / board / davinci / sonata / u-boot.lds
index 710b2a2d6e60df7b2ed55352a92a537654f4863e..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 : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }