]> git.sur5r.net Git - u-boot/blobdiff - board/svm_sc8xx/u-boot.lds
* Patch by Xiao Xianghua, 23 Oct 2003:
[u-boot] / board / svm_sc8xx / u-boot.lds
index 0225f0b62f6066828b67da5d8b776c38d6e4258a..36e483613e43b2a98f23c8e8dc262fcaefc268f4 100644 (file)
@@ -112,6 +112,12 @@ 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 = .;
@@ -134,4 +140,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-