]> git.sur5r.net Git - u-boot/blobdiff - board/etx094/u-boot.lds
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[u-boot] / board / etx094 / u-boot.lds
index 084c309a2b395257106411a18c03f3da50d3a85b..3d202e3f4eafeae6310ca0061d6721827ddf8031 100644 (file)
@@ -78,6 +78,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -110,6 +111,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 = .;
@@ -132,4 +138,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-