From ef78ae951f2dc10f0cfc0b5c607232e0eaeba8b7 Mon Sep 17 00:00:00 2001 From: Konrad Beckmann Date: Sat, 19 Oct 2019 22:58:24 +0200 Subject: [PATCH] bios: Increment address when writing to flash --- litex/soc/software/bios/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 9d47011b..a19e7ce9 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -210,7 +210,7 @@ static void fw(char *addr, char *value, char *count) return; } } - for (i=0;i