]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds.rom
Merge branch 'u-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / mousse / u-boot.lds.rom
index 2721fdc6f8a62134fd38e6db125d01400a018327..3c7c544a5b199ab1f266eb51d7227ba799d71a01 100644 (file)
@@ -52,9 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    arch/ppc/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)
@@ -102,9 +102,6 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
@@ -126,6 +123,6 @@ SECTIONS
    *(COMMON)
   }
 
-  _end = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }