* Code cleanup:
[oweals/u-boot.git] / board / pm826 / u-boot.lds
index 013a8d1949d89b32cb28be500781840a1e156d69..ce6c4540d075028597ec0db06ed81c9121a74827 100644 (file)
@@ -94,6 +94,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 = .;