]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/mbx8xx/u-boot.lds.debug
* Code cleanup:
[karo-tx-uboot.git] / board / mbx8xx / u-boot.lds.debug
index bd13b7b96f82bc19c518514c752286c707d1a920..0245f78fc8a8c28c9660a999fed9928ea7d2c839 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 = .);
 }
-