Skip to content

Commit

Permalink
bios: fix help message
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 1, 2016
1 parent e136030 commit 98ed0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/software/bios/main.c
Original file line number Diff line number Diff line change
@@ -305,6 +305,7 @@ static void help(void)
puts("mw - write address space");
puts("mc - copy address space");
puts("crc - compute CRC32 of a part of the address space");
puts("ident - display identifier");
#ifdef __lm32__
puts("rcsr - read processor CSR");
puts("wcsr - write processor CSR");
@@ -319,7 +320,6 @@ static void help(void)
#ifdef ROM_BOOT_ADDRESS
puts("romboot - boot from embedded rom");
#endif
puts("revision - display revision");
#ifdef CSR_DFII_BASE
puts("memtest - run a memory test");
#endif

0 comments on commit 98ed0ce

Please sign in to comment.