]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/netta/u-boot.lds
Merge branch 'mpc86xx'
[karo-tx-uboot.git] / board / netta / u-boot.lds
index c3dac0ef4a5e0ff0582620bdf400e4469a4d3c6b..9f2901c869b61b7b9374bbf3b6fcf0fa26cc9e0b 100644 (file)
@@ -77,6 +77,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -109,11 +110,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 = .;