aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/main.c b/android/main.c
index 32f4143..63e6b84 100644
--- a/android/main.c
+++ b/android/main.c
@@ -1126,6 +1126,7 @@ int main(int argc, char **argv)
p = bufprint(p, end, "qemu=1 console=ttyS0" );
#ifdef TARGET_I386
p = bufprint(p, end, " androidboot.hardware=goldfish");
+ p = bufprint(p, end, " clocksource=pit");
#endif
if (opts->shell || opts->logcat) {