]> git.sur5r.net Git - u-boot/blobdiff - board/ip860/u-boot.lds.debug
* Code cleanup:
[u-boot] / board / ip860 / u-boot.lds.debug
index cb36ad3996ed3930521bef4e3e65c8615a351120..b4d65792643d58812c77015db96f9410181e3d15 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 = .;
@@ -129,4 +134,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-