]> Git Repo - qemu.git/blobdiff - hw/virtex_ml507.c
xilinx_timer: changed nr_timers to one_timer_only
[qemu.git] / hw / virtex_ml507.c
index cace86b5e4248425d2e8603ce8e9f1a5ca040f5a..79bc0d10eeef4213178a76cf16bb7a8f27013e8e 100644 (file)
@@ -229,7 +229,7 @@ static void virtex_init(ram_addr_t ram_size,
                    serial_hds[0], DEVICE_LITTLE_ENDIAN);
 
     /* 2 timers at irq 2 @ 62 Mhz.  */
-    xilinx_timer_create(0x83c00000, irq[3], 2, 62 * 1000000);
+    xilinx_timer_create(0x83c00000, irq[3], 0, 62 * 1000000);
 
     if (kernel_filename) {
         uint64_t entry, low, high;
This page took 0.02735 seconds and 4 git commands to generate.