spiFlashdb: MX25R6435F: added missing bp bit 4

This commit is contained in:
Gwenhael Goavec-Merou 2024-03-15 07:02:31 +01:00
parent 41ecac5d0c
commit 1d276ebb9d
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.tb_offset = (1 << 3),
.tb_register = CONFR,
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xef4014, {
/* https://cdn-shop.adafruit.com/datasheets/W25Q80BV.pdf */