]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/u-boot.lds
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[u-boot] / board / hymod / u-boot.lds
index 4322e2cfae6cb24a6a446e3167b51d5b63355f4a..1e20425083e483dc176a7753acb63db2820b2f0f 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 = .;
@@ -137,4 +143,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-