bios: show memtest command in help
This commit is contained in:
parent
31a447154d
commit
10eb07526d
|
@ -327,6 +327,9 @@ static void help(void)
|
||||||
puts("flashboot - boot from flash");
|
puts("flashboot - boot from flash");
|
||||||
#endif
|
#endif
|
||||||
puts("revision - display revision");
|
puts("revision - display revision");
|
||||||
|
#ifdef CSR_SDRAM_BASE
|
||||||
|
puts("memtest - run a memory test");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *get_token(char **str)
|
static char *get_token(char **str)
|
||||||
|
|
Loading…
Reference in New Issue