* Code cleanup:
[oweals/u-boot.git] / board / mpl / pip405 / u-boot.lds
index f221343a5794be795f9c0b9b34a5ef0964c3c60f..9b83ded4d7539a371f13f54678fb3246f2a0f615 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 = .;