bios/main: fix typo on mor1kx

This commit is contained in:
Florent Kermarrec 2018-11-13 11:16:06 +01:00
parent af95028574
commit 86fd945bc3

View file

@ -518,7 +518,7 @@ int main(int i, char **c)
#ifdef __lm32__ #ifdef __lm32__
printf("LM32"); printf("LM32");
#elif __or1k__ #elif __or1k__
printf("MOR1K"); printf("MOR1KX");
#elif __picorv32__ #elif __picorv32__
printf("PicoRV32"); printf("PicoRV32");
#elif __vexriscv__ #elif __vexriscv__