]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpc8260ads/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / mpc8260ads / u-boot.lds
index 5d78d4a6302481e08b5b12c3256cff9abda28685..61fb15c6a677caf1d221f57307f67e4521e2d99c 100644 (file)
@@ -93,6 +93,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 = .;
@@ -115,4 +120,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-