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:
Carlo Caione 2020-09-05 08:37:04 +02:00 committed by Anas Nashif
commit 46b42e347f

View file

@ -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)