]> git.sur5r.net Git - u-boot/blobdiff - board/etx094/u-boot.lds.debug
* Code cleanup:
[u-boot] / board / etx094 / u-boot.lds.debug
index 17ec374d7ef78240580d1306aa282b6d2b17ce89..7cd68090bbd72d2e69e0ed5f8c80fb3b2b7788d0 100644 (file)
@@ -113,6 +113,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 = .;
@@ -135,4 +140,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-