Skip to content
Snippets Groups Projects
Commit dbdfe80f authored by Jerome Forissier's avatar Jerome Forissier
Browse files

qemu-check.exp: remove duplicate 'virt' keyword


Fixes 'make check' error introduced by commit 6f0c0eb9 ("qemu: Add
'-machine secure=on' to arguments").

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarPascal Brand <pascal.brand@linaro.org>
parent 6f0c0eb9
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ log_user 0 ...@@ -39,7 +39,7 @@ log_user 0
# Save guest console output to a file # Save guest console output to a file
log_file -a -noappend "serial0.log" log_file -a -noappend "serial0.log"
info "Starting QEMU..." info "Starting QEMU..."
spawn ../qemu/arm-softmmu/qemu-system-arm -nographic -monitor none -machine virt -machine secure=on virt -cpu cortex-a15 -m 1057 -serial stdio -serial file:serial1.log -bios $bios spawn ../qemu/arm-softmmu/qemu-system-arm -nographic -monitor none -machine virt -machine secure=on -cpu cortex-a15 -m 1057 -serial stdio -serial file:serial1.log -bios $bios
expect { expect {
"Kernel panic" { "Kernel panic" {
info "!!! Kernel panic\n" info "!!! Kernel panic\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment