diff --git a/software/bios/main.c b/software/bios/main.c index b81ce6871..d8113ddcd 100644 --- a/software/bios/main.c +++ b/software/bios/main.c @@ -79,7 +79,7 @@ static void mr(char *startaddr, char *len) return; } if(*len == 0) { - length = 1; + length = 4; } else { length = strtoul(len, &c, 0); if(*c != 0) {