]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cray/L1/u-boot.lds.debug
Merge remote-tracking branch 'u-boot-imx/master'
[karo-tx-uboot.git] / board / cray / L1 / u-boot.lds.debug
index 09c0191e5f693a085626b5cf55c916b44e91625f..d7a2e560084621905bf1b76952243e654321a863 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
-    arch/ppc/lib/extable.o     (.text)
+    arch/powerpc/lib/extable.o (.text)
 
     common/env_embedded.o(.text)
 
@@ -106,9 +106,11 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
 
   __start___ex_table = .;
@@ -130,6 +132,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }