]> git.sur5r.net Git - u-boot/blobdiff - board/RPXlite_dw/u-boot.lds.debug
CHECKPATCH: ./board/esd/apc405/fpgadata.c
[u-boot] / board / RPXlite_dw / u-boot.lds.debug
index 3b61a42561af308cdb92bc4b17d7916e01780bda..4491edd944b57780c6a83f262a84d8403a2883b0 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 = .);
 }