]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ip860/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / ip860 / u-boot.lds
index 7bc74f3245b999346b48a6b90ac8c3ebd541b986..d196731a8033e836d5cf4abc23f3526d33350072 100644 (file)
@@ -109,6 +109,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 = .;