]> git.sur5r.net Git - u-boot/blobdiff - board/ppmc8260/u-boot.lds
Merge with /home/wd/git/u-boot/master
[u-boot] / board / ppmc8260 / u-boot.lds
index 2aee65b038669593b0e37d8b1e42c255beb5a93a..e32057b7d3786baba39aa9d00bf071f60d9d5531 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,6 +94,13 @@ 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) }
   __stop___ex_table = .;
@@ -115,4 +123,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-