]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds
Revert "Correct fixup relocation for mpc824x"
[karo-tx-uboot.git] / board / mousse / u-boot.lds
index 82ef5fe15a3ee82e893ab85df8adbb09cad6cbac..57358b8a49dcb69640e30cf2a47be7ccc7e40078 100644 (file)
@@ -66,6 +66,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -98,11 +99,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 = .;