bios: show memtest command in help

This commit is contained in:
Yann Sionneau 2015-07-02 17:19:55 +02:00
parent 31a447154d
commit 10eb07526d
1 changed files with 3 additions and 0 deletions

View File

@ -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)