From: Yann Sionneau Date: Thu, 2 Jul 2015 15:19:55 +0000 (+0200) Subject: bios: show memtest command in help X-Git-Tag: 24jan2021_ls180~2216 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10eb07526dd243d48ea251b190594dbf7336ba32;p=litex.git bios: show memtest command in help --- diff --git a/software/bios/main.c b/software/bios/main.c index 9f80f5f0..104c7f35 100644 --- 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)