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