]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/genietv/u-boot.lds.debug
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / genietv / u-boot.lds.debug
index e5aa625b5ca6870922f470d80f16e40a621b4e78..cc8694190285745acafe0976f1e527caad220f5d 100644 (file)
@@ -55,9 +55,9 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    arch/ppc/cpu/mpc8xx/start.o        (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/dlmalloc.o  (.text)
-    arch/ppc/lib/ppcstring.o   (.text)
+    arch/powerpc/lib/ppcstring.o       (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
     lib/zlib.o         (.text)
@@ -107,9 +107,11 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   __start___ex_table = .;
@@ -136,6 +138,6 @@ SECTIONS
   {
     common/env_embedded.o (.ppcenv)
   }
-  _end = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }