]> git.ipfire.org Git - u-boot.git/blobdiff - board/flagadm/u-boot.lds
* Code cleanup:
[u-boot.git] / board / flagadm / u-boot.lds
index 8348fe76f7481445366c9fe567c05c956b5118c0..87e323b6a4f2c565f6f023db56a9095fe2dc0bc1 100644 (file)
@@ -98,6 +98,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 = .;
@@ -120,4 +125,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-