From f62db969d0f3c5e3d3c32c1e665c1cce733b0803 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Apr 2017 20:55:43 +0200 Subject: or1k: latest qemu fixed emulator name --- target/or1k/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/or1k/Makefile') diff --git a/target/or1k/Makefile b/target/or1k/Makefile index 4241233e8..5e213d3da 100644 --- a/target/or1k/Makefile +++ b/target/or1k/Makefile @@ -16,7 +16,7 @@ targethelp: @echo 'The initramfs image is: ${FW_DIR}/${INITRAMFS}' ifeq ($(ADK_TARGET_QEMU),y) @echo "Start qemu with following command line:" - @echo 'qemu-system-or32 ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}' + @echo 'qemu-system-or1k ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}' endif endif ifeq ($(ADK_TARGET_FS),initramfsarchive) @@ -33,7 +33,7 @@ ifeq ($(ADK_TARGET_SYSTEM_SIM_OR1K),y) endif ifeq ($(ADK_TARGET_QEMU),y) @echo "Start qemu with following command line:" - @echo 'qemu-system-or32 ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)' + @echo 'qemu-system-or1k ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)' endif endif -- cgit v1.2.3