]> git.sur5r.net Git - u-boot/blobdiff - board/cray/L1/u-boot.lds
* Code cleanup:
[u-boot] / board / cray / L1 / u-boot.lds
index a7091588e29a7f918789e61d65c479137e0b5241..88c880e2000a1464db3c15e382af2251dc6b30be 100644 (file)
@@ -121,6 +121,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 = .;