projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a4471
)
bios: show memtest command in help
author
Yann Sionneau
<ys@m-labs.hk>
Thu, 2 Jul 2015 15:19:55 +0000
(17:19 +0200)
committer
Yann Sionneau
<ys@m-labs.hk>
Thu, 2 Jul 2015 15:20:06 +0000
(17:20 +0200)
software/bios/main.c
patch
|
blob
|
history
diff --git
a/software/bios/main.c
b/software/bios/main.c
index 9f80f5f02ab53a0b97b4315b0531557403f4b1d6..104c7f3553e2928d322670b7b89b6b1aa38b0411 100644
(file)
--- a/
software/bios/main.c
+++ b/
software/bios/main.c
@@
-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)