]> git.sur5r.net Git - u-boot/blobdiff - board/rsdproto/u-boot.lds
* Code cleanup:
[u-boot] / board / rsdproto / u-boot.lds
index 7d3886da2a7f8b84239a618adb16c14161b1bcd9..bdc75c13d7403031faa11274ab01513e61e12505 100644 (file)
@@ -98,6 +98,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 = .;
@@ -120,4 +125,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-