]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cogent/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / cogent / u-boot.lds
index c3474b45504442fdd39ac279e9f02477c52d0d3c..d9a1b68a9cccb7b92287c3c1f38b799b2734d193 100644 (file)
@@ -96,6 +96,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 = .;
@@ -118,4 +123,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-