diff options
Diffstat (limited to 'hw/ppc440.c')
-rw-r--r-- | hw/ppc440.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc440.c b/hw/ppc440.c index cd8a95d52b..f7779bfcb9 100644 --- a/hw/ppc440.c +++ b/hw/ppc440.c @@ -56,6 +56,7 @@ CPUState *ppc440ep_init(MemoryRegion *address_space_mem, ram_addr_t *ram_size, exit(1); } + ppc_booke_timers_init(env, 400000000, 0); ppc_dcr_init(env, NULL, NULL); /* interrupt controller */ |