]> git.sur5r.net Git - u-boot/blobdiff - board/etx094/u-boot.lds
* Code cleanup:
[u-boot] / board / etx094 / u-boot.lds
index 2fd15c92f260445c22d001ce4d8b818f6f7de48a..3d202e3f4eafeae6310ca0061d6721827ddf8031 100644 (file)
@@ -111,6 +111,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 = .;
@@ -133,4 +138,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-