summaryrefslogtreecommitdiff
path: root/target/s390
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-28 08:43:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-28 08:43:01 +0200
commitcdf43bfc47a4153638db66f9d843636a27c5fc14 (patch)
tree664ca65fcc4304ba3c298a14fd9ea95f1fbdf1c9 /target/s390
parent8fd3f36f2211ff0368e6a60301710ae33dc5acf1 (diff)
s390x: fix 6.1.x bootup
Diffstat (limited to 'target/s390')
-rw-r--r--target/s390/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/s390/Makefile b/target/s390/Makefile
index d037b14f8..4e4dd8496 100644
--- a/target/s390/Makefile
+++ b/target/s390/Makefile
@@ -5,11 +5,11 @@ include $(ADK_TOPDIR)/rules.mk
include $(ADK_TOPDIR)/mk/kernel-build.mk
include $(ADK_TOPDIR)/mk/image.mk
-KERNEL:=$(LINUX_DIR)/arch/s390/boot/compressed/vmlinux
+KERNEL:=$(LINUX_DIR)/arch/s390/boot/bzImage
-QEMU_ARGS:=-monitor null -M s390-ccw-virtio-2.4
+QEMU_ARGS:=-monitor null -M s390-ccw-virtio
QEMU_ARGS+=${ADK_QEMU_ARGS}
-QEMU_ARGS+=-net nic,model=virtio -net user
+QEMU_ARGS+=-net nic,model=virtio -net user -serial mon:stdio
# target helper text
ifeq ($(ADK_TARGET_FS),archive)