board: qemu_arc: fix cpu frequency to 10Mhz

we have set SYS_CLOCK_HW_CYCLES_PER_SEC to 10000000,
so we need to set cpu.freq_hz=10000000 too.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
Watson Zeng 2021-03-04 14:52:14 +08:00 committed by Carles Cufí
commit e0af111d33

View file

@ -20,7 +20,7 @@ list(APPEND QEMU_FLAGS_${ARCH}
-global cpu.num-irqlevels=15
-global cpu.num-irq=25
-global cpu.ext-irq=20
-global cpu.freq_hz=1000000
-global cpu.freq_hz=10000000
-global cpu.timer0=true
-global cpu.timer1=true
-global cpu.has-mpu=true