]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sixnet/u-boot.lds
* Code cleanup:
[people/ms/u-boot.git] / board / sixnet / u-boot.lds
index 64d539166babd392d59ed31b2ffe1a29717e2b0e..f35328a555ca5a6e3beb7940e0589d827bace5d3 100644 (file)
@@ -98,6 +98,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 = .;
@@ -120,4 +125,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-