Anastasia Klimchuk has uploaded this change for review.

View Change

dediprog: Fix comment about usb transfer size

Change-Id: I1ad7f89b0a6c91907440e3897ac262bd82f846d5
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
---
M dediprog.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/21/84421/1
diff --git a/dediprog.c b/dediprog.c
index 734fcfa..aa3a1cf 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -593,7 +593,7 @@
static int dediprog_spi_bulk_write(struct flashctx *flash, const uint8_t *buf, unsigned int chunksize,
unsigned int start, unsigned int len, uint8_t dedi_spi_cmd)
{
- /* USB transfer size must be 512, other sizes will NOT work at all.
+ /* USB transfer size must be 256, other sizes will NOT work at all.
* chunksize is the real data size per USB bulk transfer. The remaining
* space in a USB bulk transfer must be filled with 0xff padding.
*/

To view, visit change 84421. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: I1ad7f89b0a6c91907440e3897ac262bd82f846d5
Gerrit-Change-Number: 84421
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>