]> git.ipfire.org Git - u-boot.git/blobdiff - board/eric/u-boot.lds
* Code cleanup:
[u-boot.git] / board / eric / u-boot.lds
index e1373fdc87669476fbb84f9016b1c4e759426803..10f57d8499fc754e7a1081c0b49832d163a2e579 100644 (file)
@@ -121,6 +121,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 = .;