]> git.sur5r.net Git - u-boot/blobdiff - board/cpu86/u-boot.lds
* Patch by Xiao Xianghua, 23 Oct 2003:
[u-boot] / board / cpu86 / u-boot.lds
index 5df4cdb321cab817d889e1e20dbc53470cc085b3..ce6c4540d075028597ec0db06ed81c9121a74827 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,6 +94,11 @@ 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 +121,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-