Bug fix for gnuk.ld.in
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
* src/configure (FLASH_SIZE): Without 'k'.
|
||||
* src/gnuk.ld.in (MEMORY): Append "k" here.
|
||||
(.gnuk_flash): End point should be aligned too.
|
||||
|
||||
* src/config.h.in (@PINPAD_DEFINE@): New.
|
||||
* src/Makefile.in (@PINPAD_MAKE_OPTION@): New.
|
||||
|
||||
@@ -130,6 +130,7 @@ SECTIONS
|
||||
_keystore_pool = .;
|
||||
FILL(0xffffffff);
|
||||
. += 512*3;
|
||||
. = ALIGN(@FLASH_PAGE_SIZE@);
|
||||
} > flash
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user