grub-devel
[Top][All Lists]
Advanced

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

[PATCH v3 14/15] grub-shell: Use malta qemu-mips machine type instead of


From: Glenn Washburn
Subject: [PATCH v3 14/15] grub-shell: Use malta qemu-mips machine type instead off non-existant indy
Date: Thu, 10 Feb 2022 15:51:31 -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 3e07b5679..3df74cbe2 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]