Bug fix for gnuk.ld.in

This commit is contained in:
NIIBE Yutaka
2010-12-15 11:55:57 +09:00
parent c02397b639
commit 2a3e49f4da
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ SECTIONS
_keystore_pool = .;
FILL(0xffffffff);
. += 512*3;
. = ALIGN(@FLASH_PAGE_SIZE@);
} > flash
}