]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/ash405/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / esd / ash405 / u-boot.lds
index 97851f125d89dbad411b3e7a6836529ef3477f56..ba555501ed4c02ad465130cd0a47e7e6aea0228d 100644 (file)
@@ -119,6 +119,10 @@ 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 = .;