]> git.sur5r.net Git - u-boot/blobdiff - board/svm_sc8xx/u-boot.lds.debug
imx: mx53evk: Convert to iomux-v3
[u-boot] / board / svm_sc8xx / u-boot.lds.debug
index 016048dae2a55dce877babda7421d3f1ce5bc736..c4cc39d36e10eb2450cec49b3cba917dfcb68b9b 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 = .);
 }