bios: show memtest command in help
authorYann Sionneau <ys@m-labs.hk>
Thu, 2 Jul 2015 15:19:55 +0000 (17:19 +0200)
committerYann Sionneau <ys@m-labs.hk>
Thu, 2 Jul 2015 15:20:06 +0000 (17:20 +0200)
software/bios/main.c

index 9f80f5f02ab53a0b97b4315b0531557403f4b1d6..104c7f3553e2928d322670b7b89b6b1aa38b0411 100644 (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)