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