]> 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 09c0191e5f693a085626b5cf55c916b44e91625f..fcf8ebbf8ec9a1ef095476904fc5c6c6fbdc1cda 100644 (file)
@@ -59,7 +59,7 @@ SECTIONS
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
-    arch/ppc/lib/extable.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 = .);
 }