]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pci405/u-boot.lds
PCI405 board update
[u-boot] / board / esd / pci405 / u-boot.lds
index 0e0284186c6e4e840fba1dbe33fb6b45bb9a6a27..311a5fe7f2f0aaf346c04f5b62e47120c1ccadaa 100644 (file)
@@ -86,6 +86,7 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -118,6 +119,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 = .;