summaryrefslogtreecommitdiff
path: root/target/arm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 08:23:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 08:23:14 +0200
commitf9a94113d9ca3caf4c5a20b2db9d4b0af3846b2b (patch)
tree1175eec0ec867f52834824f94ad4aeca9bcc79d0 /target/arm
parent456e12e8fbd7ecddf6c2aa1da4c2df2cf1a42499 (diff)
parent97348d0f106a154f2ca5f1dd5298216ca120aa2d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index a2bd23a8b..13f6ea62b 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -65,7 +65,7 @@ ifeq ($(ADK_TARGET_SYSTEM_QEMU_ARM)$(ADK_TARGET_SYSTEM_QEMU_ARMHF),y)
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
@echo 'The kernel file is: $(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 options:"
@echo 'qemu-system-arm -M $(MACH) -nographic $(NET) -kernel $(FW_DIR)/$(TARGET_KERNEL) -hda qemu-${CPU_ARCH}.img'
endif