summaryrefslogtreecommitdiff
path: root/target/ppc64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 17:24:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 17:24:32 +0200
commitb708ee58f7bef7b479f5b6999a8e976d332691b6 (patch)
tree4b13e9706173c676a0278ca1f565bc54b41943a2 /target/ppc64/Makefile
parentf3cc98651b738ac7f2dc56ea772afa9f874b9d3b (diff)
parent7c1f6387d20faf69453a59de6c34227f9f2b833c (diff)
resolve merge
Diffstat (limited to 'target/ppc64/Makefile')
-rw-r--r--target/ppc64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc64/Makefile b/target/ppc64/Makefile
index 6ee949a09..5b9c1caa6 100644
--- a/target/ppc64/Makefile
+++ b/target/ppc64/Makefile
@@ -17,7 +17,7 @@ imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
ifeq ($(ADK_HARDWARE_QEMU),y)
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
@echo "Use following command to create a QEMU Image:"
- @echo "./scripts/create.sh +g qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "./scripts/create.sh qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following command line:"
@echo 'qemu-system-ppc64 -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img'
endif