ARC: QEMU: Enable icount support
This allows to get much more reproducible results in terms of amount of tests passed & failed. But note it requires QEMU for ARC with icount support! Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
c1d5229549
commit
7e8fa999bf
3 changed files with 3 additions and 3 deletions
|
@ -11,4 +11,4 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_NS16550=y
|
||||
CONFIG_QEMU_ICOUNT=n
|
||||
CONFIG_QEMU_ICOUNT_SHIFT=6
|
||||
|
|
|
@ -11,4 +11,4 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_NS16550=y
|
||||
CONFIG_QEMU_ICOUNT=n
|
||||
CONFIG_QEMU_ICOUNT_SHIFT=6
|
||||
|
|
|
@ -9,7 +9,7 @@ config SOC
|
|||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 1000000
|
||||
default 10000000
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue