]> 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 d71859c565128053e0b46d8e428b7373ff3c09bc..1e20425083e483dc176a7753acb63db2820b2f0f 100644 (file)
@@ -111,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 = .;
@@ -138,4 +143,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-