]> git.ipfire.org Git - u-boot.git/blobdiff - board/nx823/u-boot.lds
* Code cleanup:
[u-boot.git] / board / nx823 / u-boot.lds
index 7128155f8530ae4ac5bcac4f6d58183c5d4454c8..526198cc51e3affe40b1d8871485be24065edcf9 100644 (file)
@@ -99,6 +99,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 = .;
@@ -121,4 +126,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-