]> git.sur5r.net Git - u-boot/blobdiff - board/tqm8260/u-boot.lds
Define IH_CPU_AVR32
[u-boot] / board / tqm8260 / u-boot.lds
index ce6c4540d075028597ec0db06ed81c9121a74827..05f29c6ed08047d8226c6eea40aca4ee246759bb 100644 (file)
@@ -62,6 +62,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -94,11 +95,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 = .;