From: Florent Kermarrec Date: Wed, 30 Nov 2016 14:45:06 +0000 (+0100) Subject: soc/software/bios/main: revision command becomes ident X-Git-Tag: 24jan2021_ls180~1924 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=daa94738097b93ba51776892351a48351b625575;p=litex.git soc/software/bios/main: revision command becomes ident --- diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 3a149715..8b93392b 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -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_SDRAM_BASE puts("memtest - run a memory test"); #endif @@ -558,7 +558,7 @@ int main(int i, char **c) #endif puts( "(c) Copyright 2012-2016 Enjoy-Digital\n" - "(c) Copyright 2007-2015 M-Labs Limited\n" + "(c) Copyright 2007-2016 M-Labs Limited\n" "Built "__DATE__" "__TIME__"\n"); crcbios();