boards: MPS2 targets enabled icount
Set qemu parameter for MPS2 targets: -icount auto Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
2adccabf6a
commit
e0d7e880f2
|
@ -8,6 +8,7 @@ set(QEMU_FLAGS_${ARCH}
|
|||
-machine mps2-an385
|
||||
-nographic
|
||||
-vga none
|
||||
-icount auto
|
||||
)
|
||||
|
||||
board_set_debugger_ifnset(qemu)
|
||||
|
|
|
@ -9,6 +9,7 @@ set(QEMU_FLAGS_${ARCH}
|
|||
-nographic
|
||||
-m 16
|
||||
-vga none
|
||||
-icount auto
|
||||
)
|
||||
|
||||
board_set_debugger_ifnset(qemu)
|
||||
|
|
Loading…
Reference in a new issue