aboutsummaryrefslogtreecommitdiffstats
path: root/en29lv640b.c
diff options
context:
space:
mode:
Diffstat (limited to 'en29lv640b.c')
-rw-r--r--en29lv640b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/en29lv640b.c b/en29lv640b.c
index 550642dd..5b019047 100644
--- a/en29lv640b.c
+++ b/en29lv640b.c
@@ -29,7 +29,7 @@
/* chunksize is 1 */
int write_en29lv640b(struct flashctx *flash, const uint8_t *src, unsigned int start, unsigned int len)
{
- int i;
+ unsigned int i;
chipaddr bios = flash->virtual_memory;
chipaddr dst = flash->virtual_memory + start;