]> git.sur5r.net Git - u-boot/blobdiff - board/sbc405/u-boot.lds
* Added VIA configuration table
[u-boot] / board / sbc405 / u-boot.lds
index 45f4e1a8058a03bff9e279b4dc585761739ab019..39fba61684ad513c0c7c5ce6a705769de8088666 100644 (file)
@@ -87,6 +87,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -119,10 +120,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 = .;