[v1.03][RISCV] Add SiFive ascii art

This commit is contained in:
Dr-Noob
2023-04-03 13:25:51 +02:00
parent 14819c350e
commit a496f694a6
5 changed files with 32 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ struct cpuInfo* get_cpu_info(void) {
cpu->hv->present = false;
cpu->soc = get_soc();
cpu->freq = get_frequency_info(0);
cpu->cpu_vendor = CPU_VENDOR_RISCV;
cpu->peak_performance = get_peak_performance(cpu);
return cpu;