]> git.sur5r.net Git - u-boot/blobdiff - board/flagadm/u-boot.lds.debug
net: Make the netconsole buffer size configurable
[u-boot] / board / flagadm / u-boot.lds.debug
index d55bf33b88d476c8e35be45a2782ece94e99241f..c7711028ad249f06b8fc1f77ac6ae2a2187331b0 100644 (file)
@@ -55,7 +55,7 @@ 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/vsprintf.o     (.text)
     lib/crc32.o                (.text)
@@ -130,6 +130,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }