Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/43282
to look at the new patch set (#2).
Change subject: ft2232_spi.c: change the chunksize to 280 ......................................................................
ft2232_spi.c: change the chunksize to 280
This is necessary for change 40477 (time saving patch).
/* * 280 bytes = * + 9 B (CMD) * + 1 B (WREN) * + 9 B (CMD) * + 1 B (op) * + 4 B (addr) * + 256 B (page data) * * With op: PageProgram or Erase; CMD: FTDI-Chip commands */
Signed-off-by: Simon Buhrow simon.buhrow@posteo.de Change-Id: I5e096937834fc8fc8623c8c59ade529de081b72a --- M ft2232_spi.c 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/82/43282/2