]> git.sur5r.net Git - u-boot/blobdiff - board/ebony/u-boot.lds
* Code cleanup:
[u-boot] / board / ebony / u-boot.lds
index ab8af7d6561650d4801890ae719062b0598956f4..7ea7caf5fd93bd032b80cc62ef88d1bc73ec1a5d 100644 (file)
@@ -126,6 +126,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 = .;