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