]> git.sur5r.net Git - u-boot/blobdiff - board/mousse/u-boot.lds.ram
spear: fix build errors for spear3xx/spear600 platforms
[u-boot] / board / mousse / u-boot.lds.ram
index d3169489b5a3fe0460f6d253f3feb6aa5f242c6e..b3364be48c128fbcad6665411244d06e83341986 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   PROVIDE(_f_init_rom = .);
 
   .init : {
-      arch/ppc/cpu/mpc824x/start.o     (.text)
+      arch/powerpc/cpu/mpc824x/start.o (.text)
       *(.init)
   } > ram
   _init_size = SIZEOF(.init);
@@ -99,6 +99,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   } > ram
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }