]> git.sur5r.net Git - u-boot/blobdiff - board/lwmon/u-boot.lds
Add support for mtddevnum and mtddevname variables (mtdparts command)
[u-boot] / board / lwmon / u-boot.lds
index 6e5252cf7f0860fb1e8391ecdf020e2cd9ad234d..fe0e0ac1735d233350c7e5dcbfe80bdae6113c8c 100644 (file)
@@ -65,6 +65,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -97,6 +98,13 @@ 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 = .;
@@ -119,4 +127,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-