aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pk/sbi_entry.S2
1 files changed, 1 insertions, 1 deletions
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