software/bios: default length 4 for mr command
This commit is contained in:
parent
eaef3464e9
commit
2ae504fb9b
|
@ -79,7 +79,7 @@ static void mr(char *startaddr, char *len)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(*len == 0) {
|
if(*len == 0) {
|
||||||
length = 1;
|
length = 4;
|
||||||
} else {
|
} else {
|
||||||
length = strtoul(len, &c, 0);
|
length = strtoul(len, &c, 0);
|
||||||
if(*c != 0) {
|
if(*c != 0) {
|
||||||
|
|
Loading…
Reference in New Issue