mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios: show memtest command in help
This commit is contained in:
parent
31a447154d
commit
10eb07526d
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue