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:
parent
6a7982ff10
commit
e0af111d33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue