mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
fix SST26VF064B erase
This commit is contained in:
+1
-1
@@ -520,7 +520,7 @@ static std::map <uint32_t, flash_t> flash_list = {
|
||||
.manufacturer = "microchip",
|
||||
.model = "SST26VF064B",
|
||||
.nr_sector = 128,
|
||||
.sector_erase = true,
|
||||
.sector_erase = false,
|
||||
.subsector_erase = true,
|
||||
.has_extended = false,
|
||||
.tb_otp = false,
|
||||
|
||||
Reference in New Issue
Block a user