summaryrefslogtreecommitdiff
path: root/target/ppc64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-24 02:03:15 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-24 02:03:15 +0100
commitfe168b6fc361fdf2dbb7a2c408eae7da4e8597b1 (patch)
tree08bbe44c21e5936cfedb608de8f85d40713b889e /target/ppc64
parent3a2bf38f754a8a6b2f16069c069a4e776a775e86 (diff)
qemu-system-ppc64 can be used for little-endian, too
Diffstat (limited to 'target/ppc64')
-rw-r--r--target/ppc64/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/ppc64/Makefile b/target/ppc64/Makefile
index 63975f543..84f7122ca 100644
--- a/target/ppc64/Makefile
+++ b/target/ppc64/Makefile
@@ -20,7 +20,7 @@ ifeq ($(ADK_TARGET_QEMU),y)
@echo "Use following command to create a QEMU Image:"
@echo "./scripts/create.sh qemu-${ADK_TARGET_CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following options:"
- @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${ADK_TARGET_CPU_ARCH}.img'
+ @echo 'qemu-system-${ADK_TARGET_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${ADK_TARGET_CPU_ARCH}.img'
endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)
@@ -29,7 +29,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-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}'
+ @echo 'qemu-system-${ADK_TARGET_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}'
endif
endif
ifeq ($(ADK_TARGET_FS),initramfsarchive)
@@ -42,7 +42,7 @@ targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
ifeq ($(ADK_TARGET_QEMU),y)
@echo "Start qemu with following command line:"
- @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)'
+ @echo 'qemu-system-${ADK_TARGET_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)'
endif
endif