]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/icu862/u-boot.lds.debug
* Code cleanup:
[people/ms/u-boot.git] / board / icu862 / u-boot.lds.debug
index 23651160faaa616d1d94c3f736c1b71eea147096..7b84fd34877d0803429777004b7b9700470dd63e 100644 (file)
@@ -107,6 +107,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 = .;
@@ -129,4 +134,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-