Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / board / gen860t / u-boot.lds
index b67faa63d000c299c1603dea0e73707005588379..1df481751c5a08b1b998eb824c4786bbf8bd6675 100644 (file)
@@ -66,6 +66,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -100,6 +102,13 @@ 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 = .;