]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netvia/u-boot.lds.debug
Kirkwood: tk71: fix SDRAM timing parameters
[karo-tx-uboot.git] / board / netvia / u-boot.lds.debug
index cef1a428bd077788d220921929f862439723ef0d..6c7d698c9504b93fac9ccab84e69e28a19880f4b 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   */
 
-    arch/ppc/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 = .);
 }