]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/RPXlite/u-boot.lds.debug
lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
[karo-tx-uboot.git] / board / RPXlite / u-boot.lds.debug
index 57cc3058686f84ade0bd96e32c1d6f5c0804c0b2..99c48f28d4e491353d27be03e86bb909edea9614 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 = .);
 }