]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/svm_sc8xx/u-boot.lds.debug
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / svm_sc8xx / u-boot.lds.debug
index 016048dae2a55dce877babda7421d3f1ce5bc736..abc4640eef5d015025184ceef73b6ae39a4737d5 100644 (file)
@@ -55,16 +55,15 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
 
     . = env_offset;
     common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
@@ -126,6 +125,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }