]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds.rom
mmc: rescan fails on empty slot
[u-boot] / board / mousse / u-boot.lds.rom
index 8355f335eed8f616f977fe67ea40717b1652da0b..b4b9e02e523e0d80d06bb5b95c9ec4eaad811dab 100644 (file)
@@ -52,9 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc824x/start.o        (.text)
+    arch/powerpc/cpu/mpc824x/start.o   (.text)
         common/board.o (.text)
-    arch/ppc/lib/ppcstring.o   (.text)
+    arch/powerpc/lib/ppcstring.o       (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
     lib/zlib.o         (.text)
@@ -126,6 +126,6 @@ SECTIONS
    *(COMMON)
   }
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }