Browse Source

or1k: latest qemu fixed emulator name

Waldemar Brodkorb 8 years ago
parent
commit
f62db969d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/or1k/Makefile

+ 2 - 2
target/or1k/Makefile

@@ -16,7 +16,7 @@ targethelp:
 	@echo 'The initramfs image is: ${FW_DIR}/${INITRAMFS}'
 	@echo 'The initramfs image is: ${FW_DIR}/${INITRAMFS}'
 ifeq ($(ADK_TARGET_QEMU),y)
 ifeq ($(ADK_TARGET_QEMU),y)
 	@echo "Start qemu with following command line:"
 	@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
 endif
 endif
 ifeq ($(ADK_TARGET_FS),initramfsarchive)
 ifeq ($(ADK_TARGET_FS),initramfsarchive)
@@ -33,7 +33,7 @@ ifeq ($(ADK_TARGET_SYSTEM_SIM_OR1K),y)
 endif
 endif
 ifeq ($(ADK_TARGET_QEMU),y)
 ifeq ($(ADK_TARGET_QEMU),y)
 	@echo "Start qemu with following command line:"
 	@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
 endif
 endif