]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ip860/u-boot.lds
* Code cleanup:
[karo-tx-uboot.git] / board / ip860 / u-boot.lds
index 7f74fd6389f12a0903c56add2194bc0b43f7ae2b..d196731a8033e836d5cf4abc23f3526d33350072 100644 (file)
@@ -76,6 +76,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -108,6 +109,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 = .;