ppc4xx: Add missing APC405 to MAKEALL
[oweals/u-boot.git] / board / trab / u-boot.lds
index bd13d13a1c09089cf043920ac500f69294513056..cd50e85242c4af99b43ef11f65a08e57ed95cb4b 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.
@@ -32,11 +32,10 @@ SECTIONS
        . = ALIGN(4);
        .text      :
        {
-         cpu/arm920t/start.o   (.text)
-         lib_arm/_umodsi3.o    (.text)
-         lib_generic/zlib.o    (.text)
-         lib_generic/crc32.o   (.text)
-         lib_generic/string.o  (.text)
+         arch/arm/cpu/arm920t/start.o  (.text)
+         lib/zlib.o    (.text)
+         lib/crc32.o   (.text)
+         lib/string.o  (.text)
 
        . = DEFINED(env_offset) ? env_offset : .;
          common/env_embedded.o (.ppcenv)
@@ -45,7 +44,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }