Explorar o código

or1k: latest qemu fixed emulator name

Waldemar Brodkorb %!s(int64=9) %!d(string=hai) anos
pai
achega
f62db969d0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      target/or1k/Makefile

+ 2 - 2
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