diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-19 09:10:49 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-19 09:10:49 -0600 |
| commit | 3cfdd0da7e513e740b759a2abec49db3c086d6e2 (patch) | |
| tree | d4083407dc731897c33d06eafd578f1c79ec88e8 /hw/stellaris.c | |
| parent | ddf83d0173c6a64a95a6640e4bfcea4cd789cad2 (diff) | |
| parent | 50ced5b3b108aba7f9b2c8e6f7de4e924f30f83b (diff) | |
| download | focaccia-qemu-3cfdd0da7e513e740b759a2abec49db3c086d6e2.tar.gz focaccia-qemu-3cfdd0da7e513e740b759a2abec49db3c086d6e2.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'hw/stellaris.c')
| -rw-r--r-- | hw/stellaris.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/stellaris.c b/hw/stellaris.c index ce62a98158..7a73074982 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -621,6 +621,7 @@ static void ssys_reset(void *opaque) s->rcgc[0] = 1; s->scgc[0] = 1; s->dcgc[0] = 1; + ssys_calculate_system_clock(s); } static int stellaris_sys_post_load(void *opaque, int version_id) |