]> git.sur5r.net Git - u-boot/blobdiff - board/rpxsuper/u-boot.lds
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[u-boot] / board / rpxsuper / u-boot.lds
index b4e502b0da91b873cf68e972dcc8eff13f154950..44224cbdd089b61f9eb6ab19f97b82daf3ebf0ae 100644 (file)
@@ -93,6 +93,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 = .;
@@ -115,4 +120,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-