From c31914e9440a460e20cd419f4da3d2830ec98442 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 31 May 2015 18:30:31 -0700 Subject: Assume RTC frequency of 10 MHz Of course, this should probably be read from a CSR or platform register. --- pk/sbi_entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pk') diff --git a/pk/sbi_entry.S b/pk/sbi_entry.S index 2583022..3d5292f 100644 --- a/pk/sbi_entry.S +++ b/pk/sbi_entry.S @@ -57,7 +57,7 @@ sbi_base: # timebase .align 4 - li a0, 1000000000 # or, you know, we could provide the correct answer + li a0, 10000000 # or, you know, we could provide the correct answer ret # shutdown -- cgit v1.1