Attention is currently required from: Sajida Bhanu. Hello Sajida Bhanu,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/56038
to review the following change.
Change subject: drivers/spi: Update number of sectors details for winbond ......................................................................
drivers/spi: Update number of sectors details for winbond
Update proper number of sectors info for winbond W25Q512NW-IM chip
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Change-Id: I12a22321bb9180e32cd47faa6ac3960ba5b2dfb8 Signed-off-by: Shaik Sajida Bhanu sbhanu@codeaurora.org --- M src/drivers/spi/winbond.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/56038/1
diff --git a/src/drivers/spi/winbond.c b/src/drivers/spi/winbond.c index 9fe0492..f9abc43 100644 --- a/src/drivers/spi/winbond.c +++ b/src/drivers/spi/winbond.c @@ -193,7 +193,7 @@ { /* W25Q512NW-IM */ .id[0] = 0x8020, - .nr_sectors_shift = 11, + .nr_sectors_shift = 14, .fast_read_dual_output_support = 1, .protection_granularity_shift = 16, .bp_bits = 4,