]> git.sur5r.net Git - u-boot/blobdiff - board/mpc8266ads/u-boot.lds
* Code cleanup:
[u-boot] / board / mpc8266ads / u-boot.lds
index 5d78d4a6302481e08b5b12c3256cff9abda28685..d0b1e041860d71cefd1aae259007ea6fb2c75c56 100644 (file)
@@ -93,6 +93,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 = .;
@@ -115,4 +119,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-