Patch by Kenneth Johansson, 30 Jun 2003:
[oweals/u-boot.git] / board / mpl / mip405 / u-boot.lds
index d2efd6d712545adc98f2f449dc4297126ae1e05d..bb0f122b57c864ab0426ce31a8d0de4c87eb7c9e 100644 (file)
@@ -92,6 +92,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -124,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 = .;