RISC-V: Temporarily disable error about missing SBI

This commit is contained in:
Ville Juven 2022-04-25 08:43:10 +03:00 committed by Xiang Xiao
parent a5d49140ea
commit 0ae2e68116

View File

@ -69,7 +69,9 @@ static inline uint64_t rdtime(void)
void riscv_sbi_set_timer(uint64_t stime_value)
{
#if 0
#error "Missing functionality..."
#endif
}
/****************************************************************************