]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netvia/u-boot.lds.debug
* Code cleanup:
[people/ms/u-boot.git] / board / netvia / u-boot.lds.debug
index fa494fb8dabfc2c0c93903ff9ef234f247c014d1..44eb2b6de0b9c0c9ff0b9298fce1774ac5b82247 100644 (file)
@@ -106,6 +106,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 = .;
@@ -128,4 +133,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-