From daa94738097b93ba51776892351a48351b625575 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 30 Nov 2016 15:45:06 +0100 Subject: [PATCH] soc/software/bios/main: revision command becomes ident --- litex/soc/software/bios/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.30.2