bios: fix riscv processor print
This commit is contained in:
parent
d448874879
commit
4e168221d8
|
@ -498,7 +498,7 @@ int main(int i, char **c)
|
||||||
#elif __or1k__
|
#elif __or1k__
|
||||||
printf("\e[1mOR1K\e[0m\n");
|
printf("\e[1mOR1K\e[0m\n");
|
||||||
#elif __riscv
|
#elif __riscv
|
||||||
printf("\e[1mRISC-V\n");
|
printf("\e[1mRISC-V\e[0m\n");
|
||||||
#else
|
#else
|
||||||
printf("\e[1mUnknown\e[0m\n");
|
printf("\e[1mUnknown\e[0m\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue