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");
|
||||
#endif
|
||||
puts("revision - display revision");
|
||||
#ifdef CSR_SDRAM_BASE
|
||||
puts("memtest - run a memory test");
|
||||
#endif
|
||||
}
|
||||
|
||||
static char *get_token(char **str)
|
||||
|
|
Loading…
Reference in New Issue