]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/u-boot.lds.debug
cfb_console.c: checkpatch cleanup
[u-boot] / board / w7o / u-boot.lds.debug
index 369c15a18c6abe3d39f5da9aa7b6a9d088db2127..1c67b301fb467055e4ccd3ec4c25ca76052aac03 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 = .);
 }