mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 21:30:56 +00:00
flash: remove flash_set_option_bytes
This commit is contained in:
parent
0376ff7f48
commit
1f6cc70480
@ -47,8 +47,6 @@ extern const uint32_t FLASH_SECTOR_TABLE[FLASH_SECTOR_COUNT + 1];
|
||||
|
||||
secbool flash_init(void);
|
||||
|
||||
void flash_set_option_bytes(void);
|
||||
|
||||
secbool flash_unlock(void);
|
||||
secbool flash_lock(void);
|
||||
|
||||
|
@ -71,10 +71,6 @@ secbool flash_init(void)
|
||||
return sectrue;
|
||||
}
|
||||
|
||||
void flash_set_option_bytes(void)
|
||||
{
|
||||
}
|
||||
|
||||
secbool flash_unlock(void)
|
||||
{
|
||||
return sectrue;
|
||||
|
Loading…
Reference in New Issue
Block a user