grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[CI 14/17] grub-shell: Use malta qemu-mips machine type instead off non-


From: Glenn Washburn
Subject: [CI 14/17] grub-shell: Use malta qemu-mips machine type instead off non-existant indy
Date: Thu, 18 Feb 2021 20:59:33 -0600

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/util/grub-shell.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in
index 211bfdb95..332fae704 100644
--- a/tests/util/grub-shell.in
+++ b/tests/util/grub-shell.in
@@ -119,7 +119,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" 
in
     mips-arc)
        boot=cd
        qemu=qemu-system-mips64
-       qemuopts="-M indy $qemuopts"
+       qemuopts="-M malta $qemuopts"
        serial_port=arc/serial0/line0
        console=
        trim=1
-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]