]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/voiceblue/eeprom.lds
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / voiceblue / eeprom.lds
index 317550dbad02a915592c18d3ea418fb9badace66..1e48494da549492c403b667755eb9a4d8bf2ee25 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+ * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  * (C) Copyright 2005
  * Ladislav Michl, 2N Telekomunikace, <michl@2n.cz>
  *
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }
@@ -46,6 +46,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }