mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/main: fix typo on mor1kx
This commit is contained in:
parent
af95028574
commit
86fd945bc3
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue