NetStar: make crcit utility more readable
[oweals/u-boot.git] / board / netstar / eeprom.lds
index f3be320df6dc050cd71b2c392f1db3f6dfc89304..1e48494da549492c403b667755eb9a4d8bf2ee25 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>
  * (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) }