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