]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/ash405/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / esd / ash405 / u-boot.lds
index 4de10ca6bb9609b7b8ebeb629e89ae3cfaaa6cfc..7d440ef0e5a0f1e00033a9edaeae964b84ee4905 100644 (file)
@@ -118,10 +118,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 = .;