boards: qemu_cortex_a53: Start in EL3
No need anymore to start QEMU in EL1. Start directly from EL3 and let the code drop to EL1 like it would happen on a real hardware. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
74dbcfebab
commit
46b42e347f
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ set(QEMU_CPU_TYPE_${ARCH} cortex-a53)
|
|||
set(QEMU_FLAGS_${ARCH}
|
||||
-cpu ${QEMU_CPU_TYPE_${ARCH}}
|
||||
-nographic
|
||||
-machine virt
|
||||
-machine virt,secure=on
|
||||
)
|
||||
board_set_debugger_ifnset(qemu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue