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