Patch by Kenneth Johansson, 30 Jun 2003:
[oweals/u-boot.git] / board / mpl / mip405 / u-boot.lds
index 710a139a01dce449f92ab06259c8e3123b83192a..bb0f122b57c864ab0426ce31a8d0de4c87eb7c9e 100644 (file)
@@ -125,6 +125,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 = .;