]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cerf250/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[karo-tx-uboot.git] / board / cerf250 / u-boot.lds
index 58c371df06b4942082297f0312084dbf09bc670c..f0102391b342fedb1fa7970324776aa828629a11 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 = .;