]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cobra5272/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[people/ms/u-boot.git] / board / cobra5272 / u-boot.lds
index ed20c5967e0987d1070dac32423d287f7fda5935..872f09439c24533a858efd6f70ad9cda03607bd9 100644 (file)
@@ -110,11 +110,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 = .;