]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cu824/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / cu824 / u-boot.lds
index 401a9aaabf7a7871bad833a8a7ca7cb66baa7f0a..7e6053aaeccb583694345c126da238f750b1bdc1 100644 (file)
@@ -103,6 +103,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 = .;
@@ -126,4 +131,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-