grub-devel
[Top][All Lists]
Advanced

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

[PATCH 11/12] grub-shell: Use malta qemu-mips machine type instead off n


From: Glenn Washburn
Subject: [PATCH 11/12] grub-shell: Use malta qemu-mips machine type instead off non-existant indy
Date: Wed, 31 Mar 2021 20:57:50 -0500

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 fbc809a8c..c69fbd080 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]