From 86fd945bc3c30850f316d7a50705a2e04970fceb Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 13 Nov 2018 11:16:06 +0100 Subject: [PATCH] bios/main: fix typo on mor1kx --- litex/soc/software/bios/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 95f1785e..6ec19b51 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -518,7 +518,7 @@ int main(int i, char **c) #ifdef __lm32__ printf("LM32"); #elif __or1k__ - printf("MOR1K"); + printf("MOR1KX"); #elif __picorv32__ printf("PicoRV32"); #elif __vexriscv__ -- 2.30.2