]> git.sur5r.net Git - u-boot/blobdiff - board/ml2/u-boot.lds.debug
sh: Fix rsk7203 alignment problem
[u-boot] / board / ml2 / u-boot.lds.debug
index 40d2f78ead98192b41a448dae13402c3b5568c61..fcf8ebbf8ec9a1ef095476904fc5c6c6fbdc1cda 100644 (file)
@@ -57,9 +57,9 @@ SECTIONS
 
     mpc8xx/start.o     (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
-    arch/ppc/lib/extable.o     (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    arch/powerpc/lib/extable.o (.text)
 
     common/env_embedded.o(.text)
 
@@ -130,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }