]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/lart/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / lart / u-boot.lds
index bfb7c38cc89f799ab487fc80f65eb2140471c9d2..258bece23cf59813a511d23556e4da02ff940c25 100644 (file)
@@ -44,6 +44,7 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;