]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/genietv/u-boot.lds.debug
* Code cleanup:
[people/ms/u-boot.git] / board / genietv / u-boot.lds.debug
index aaf58f04fe6feb4979578075e9dbf32b09074698..749817da61584aaa9797bb551381bd0d2e282799 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 = .;
@@ -134,4 +139,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-