Skip to content

Commit 10eb075

Browse files
committedJul 2, 2015
bios: show memtest command in help
1 parent 31a4471 commit 10eb075

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎software/bios/main.c

+3
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ static void help(void)
327327
puts("flashboot - boot from flash");
328328
#endif
329329
puts("revision - display revision");
330+
#ifdef CSR_SDRAM_BASE
331+
puts("memtest - run a memory test");
332+
#endif
330333
}
331334

332335
static char *get_token(char **str)

0 commit comments

Comments
 (0)
Please sign in to comment.