Keystore management fix

This commit is contained in:
NIIBE Yutaka
2010-12-04 13:46:37 +09:00
parent c514ceed60
commit 47f1f14aa1
2 changed files with 5 additions and 0 deletions

View File

@@ -426,6 +426,7 @@ flash_keystore_release (void)
#if FLASH_KEYSTORE_SIZE > FLASH_PAGE_SIZE
flash_erase_page ((uint32_t)keystore_pool + FLASH_PAGE_SIZE);
#endif
keystore = keystore_pool;
}
void