]> 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 46b98a04a87d57eceed72583da529803d4cc70b2..b3364be48c128fbcad6665411244d06e83341986 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
   PROVIDE(_f_init_rom = .);
 
   .init : {
-      cpu/mpc824x/start.o      (.text)
+      arch/powerpc/cpu/mpc824x/start.o (.text)
       *(.init)
   } > ram
   _init_size = SIZEOF(.init);
@@ -96,9 +96,9 @@ SECTIONS
 
   .ppcenv      :
   {
-    common/environment.o (.ppcenv)
+    common/env_embedded.o (.ppcenv)
   } > ram
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }