Merge branch 'mpc85xx'
[oweals/u-boot.git] / board / mpl / pati / u-boot.lds
index 3188801081f1fe88b2698ef179e639eb7fc9eddf..5b03fef66c77ddac1bbbe0c032a0525b5752953b 100644 (file)
@@ -69,6 +69,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 = .;