]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci405/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / esd / cpci405 / u-boot.lds
index 97851f125d89dbad411b3e7a6836529ef3477f56..311a5fe7f2f0aaf346c04f5b62e47120c1ccadaa 100644 (file)
@@ -119,6 +119,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 = .;