]> git.sur5r.net Git - u-boot/blobdiff - board/esd/wuh405/u-boot.lds
Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
[u-boot] / board / esd / wuh405 / u-boot.lds
index 4de10ca6bb9609b7b8ebeb629e89ae3cfaaa6cfc..95854f29327d5a278db4ece3752dbb2999728b62 100644 (file)
@@ -86,6 +86,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -118,10 +119,12 @@ 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 = .;