]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/icu862/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / icu862 / u-boot.lds
index e14520be422c121f2d81ac456a48cff9ecb6b7dd..496c5987ff1c4a27924f274a4dd77e3f041b2654 100644 (file)
@@ -112,6 +112,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 = .;
@@ -139,4 +144,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-