]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/inka4x0/u-boot.lds
(no commit message)
[karo-tx-uboot.git] / board / inka4x0 / u-boot.lds
index fda49773ea2c3bd0c2630d9698965e8d80ab1fb7..123a14c5aa01dc9c01b5312f3531270b669e44ef 100644 (file)
@@ -72,6 +72,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -104,11 +105,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 = .;