From 1d648973635a9b2c2298eea1acf15ef7c17ffd0a Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Wed, 17 Jun 2020 11:44:20 -0700 Subject: [PATCH] boot-qemu.sh: Expect uImage for ppc32 zImage has always been a hardlink to uImage but as of a refactoring in 5.8-rc1, that is no longer guaranteed to be the case. Explicitly use the uImage, which will always work for QEMU. Link: https://lore.kernel.org/linuxppc-dev/87bllidmk4.fsf@mpe.ellerman.id.au/ Signed-off-by: Nathan Chancellor --- boot-qemu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/boot-qemu.sh b/boot-qemu.sh index 3400fea..c1538aa 100755 --- a/boot-qemu.sh +++ b/boot-qemu.sh @@ -156,6 +156,7 @@ function setup_qemu_args() { ppc32) ARCH=powerpc + KIMAGE=uImage APPEND_STRING+="console=ttyS0 " QEMU_ARCH_ARGS=( -machine bamboo