summaryrefslogtreecommitdiffstats
path: root/s25f.c
diff options
context:
space:
mode:
Diffstat (limited to 's25f.c')
-rw-r--r--s25f.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/s25f.c b/s25f.c
index 32af53ef5..2fba6bce0 100644
--- a/s25f.c
+++ b/s25f.c
@@ -237,8 +237,7 @@ static int s25fs_restore_cr3nv(struct flashctx *flash, uint8_t cfg)
return ret;
}
-int s25fs_block_erase_d8(struct flashctx *flash,
- uint32_t addr, uint32_t blocklen)
+int s25fs_block_erase_d8(struct flashctx *flash, unsigned int addr, unsigned int blocklen)
{
static int cr3nv_checked = 0;
@@ -301,8 +300,7 @@ int s25fs_block_erase_d8(struct flashctx *flash,
return s25f_poll_status(flash);
}
-int s25fl_block_erase(struct flashctx *flash,
- uint32_t addr, uint32_t blocklen)
+int s25fl_block_erase(struct flashctx *flash, unsigned int addr, unsigned int blocklen)
{
struct spi_command erase_cmds[] = {
{