]> git.sur5r.net Git - u-boot/blobdiff - board/cpc45/u-boot.lds
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[u-boot] / board / cpc45 / u-boot.lds
index 59ddb4239eb8eef036a94c14da8cf50ba1e14b98..b1807dd086acbf28e13959084c338575323a9729 100644 (file)
@@ -103,6 +103,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 = .;
@@ -126,4 +131,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-