]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/ar405/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / esd / ar405 / u-boot.lds
index 65ab788f203de8d711dcabe6ba155924ddba9a92..b9ff4a24f8cb1eb3f5c4026493564b7d9e854286 100644 (file)
@@ -132,11 +132,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 = .;