]> git.ipfire.org Git - u-boot.git/blobdiff - board/a3000/u-boot.lds
* Code cleanup:
[u-boot.git] / board / a3000 / u-boot.lds
index 627a53b3b600900927e95521ca56993867ba5bdd..6bd865e8cce12f9da4f9ff195074dcc72223b0ca 100644 (file)
@@ -102,6 +102,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 = .;
@@ -125,4 +129,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-