]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/a3000/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / a3000 / u-boot.lds
index 6bd865e8cce12f9da4f9ff195074dcc72223b0ca..743f720c3e2bd18cf5d5607699681f2fbbae287e 100644 (file)
@@ -102,10 +102,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 = .;