]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/AtmarkTechno/suzaku/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[people/ms/u-boot.git] / board / AtmarkTechno / suzaku / u-boot.lds
index da66a563efc262f45d11c542a1e5b07cd3a0aba8..00a8ef7ad9e4ff6127a746e3772880447202eb39 100644 (file)
@@ -51,6 +51,7 @@ SECTIONS
 
        .u_boot_cmd ALIGN(0x4):
        {
+               . = .;
                __u_boot_cmd_start = .;
                *(.u_boot_cmd)
                __u_boot_cmd_end = .;