Anastasia Klimchuk submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Sergii Dmytruk: Looks good to me, approved build bot (Jenkins): Verified
en29lv640b.c: Fix the comment about chunksize

Co-developed-by: Anastasia Klimchuk <aklm@flashrom.org>
Co-developed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Change-Id: I104611d42b301662e2c833498aca99c879685846
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/84422
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
---
M en29lv640b.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en29lv640b.c b/en29lv640b.c
index 8a8d641..4d93844 100644
--- a/en29lv640b.c
+++ b/en29lv640b.c
@@ -26,7 +26,7 @@
* functions.
*/

-/* chunksize is 1 */
+/* chunksize is 2 */
int write_en29lv640b(struct flashctx *flash, const uint8_t *src, unsigned int start, unsigned int len)
{
unsigned int i;

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

Gerrit-MessageType: merged
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: I104611d42b301662e2c833498aca99c879685846
Gerrit-Change-Number: 84422
Gerrit-PatchSet: 3
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>