mirror of
https://github.com/LIV2/CIDER-Software.git
synced 2025-12-06 00:23:50 +00:00
cflash: fixup erase block address for M29F160FT
This commit is contained in:
parent
118857bdf6
commit
1b9d4789b0
@ -175,7 +175,7 @@ void kick_flash_erase_bank(int bank) {
|
||||
}
|
||||
|
||||
// Erase the smaller blocks
|
||||
block += 32767;
|
||||
block += 32768;
|
||||
kick_flash_erase_block(block);
|
||||
block += 8192;
|
||||
kick_flash_erase_block(block);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user