]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pmc405/u-boot.lds
* Code cleanup:
[u-boot] / board / esd / pmc405 / u-boot.lds
index 463e38816b6778ff4117e2874fb6b302741be02c..bfd71dbfcbe43f8098f67cdb787c4ab3a915504a 100644 (file)
@@ -119,6 +119,10 @@ 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 = .;