summaryrefslogtreecommitdiff
path: root/target/mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-04 09:58:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-04 09:58:32 +0100
commit16aae7e3e8e00b7ea39a6cbedaea94dcc75f160f (patch)
tree2b2e96175e344106495c8a27a59055037549253b /target/mips/Makefile
parent9f4a419ecb31241d54b0f2b244b0d159a17285c6 (diff)
parentabbe4e3293c77bc5f6215a9eb4c1d20923bbf951 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r--target/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 51f1824b0..26532e64b 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -35,7 +35,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo "Use following command to create a QEMU Image:"
@echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following options:"
- @echo 'qemu-system-mips -nographic -M malta -kernel $(BIN_DIR)/$(TARGET_KERNEL) -hda qemu-${CPU_ARCH}.img -append "root=/dev/hda1"'
+ @echo 'qemu-system-mips -nographic -M malta -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img'
endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)