]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/eltec/mhpc/u-boot.lds.debug
rename _end to __bss_end__
[karo-tx-uboot.git] / board / eltec / mhpc / u-boot.lds.debug
index 85072feda47ce32de1b81d1da925745e627ebf41..c7711028ad249f06b8fc1f77ac6ae2a2187331b0 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/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
@@ -131,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }