]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sacsng/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / sacsng / u-boot.lds
index b4e502b0da91b873cf68e972dcc8eff13f154950..44224cbdd089b61f9eb6ab19f97b82daf3ebf0ae 100644 (file)
@@ -93,6 +93,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 +120,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-