diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-08 20:55:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-08 20:55:43 +0200 |
commit | f62db969d0f3c5e3d3c32c1e665c1cce733b0803 (patch) | |
tree | 9cd97fcf34c092fc458671ddd24c49b0382c5dee /target/or1k | |
parent | 08fd9f85ab5f82f0211a6aa0dffa6fbf1b37f3e3 (diff) |
or1k: latest qemu fixed emulator name
Diffstat (limited to 'target/or1k')
-rw-r--r-- | target/or1k/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |