]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/ar405/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / esd / ar405 / u-boot.lds
index 7b86a3d716dd224282029b911b8b37b1fd606dd4..3bb43041987153ae2ccc2b51fee4706c99fb9577 100644 (file)
@@ -129,6 +129,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 = .;