scripts/qemustart: update malta to use MIPS64 R2 cpu
authorTony Ambardar <itugrok@yahoo.com>
Fri, 25 Sep 2020 03:52:37 +0000 (20:52 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Oct 2020 14:16:24 +0000 (16:16 +0200)
commit5b3ff53ebd6846a0f03bfa29d9aa5d22a6a05bfb
treeedf50dec26c357cddb0911af923ba3f437afc848
parent1b27591ddbdd2d359ea6771fa878c8562be98fc5
scripts/qemustart: update malta to use MIPS64 R2 cpu

Explicitly set the QEMU cpu type and support the MIPS R2 ISA, for both
64-bit and 32-bit targets. The later previously supported MIPS R2 by
implicit default.

This is needed after commit 93608697f3 ("malta: update MIPS64 ISA to R2"),
otherwise booting malta images with scripts/qemustart will hang.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
scripts/qemustart