summaryrefslogtreecommitdiff
path: root/target/mips64el/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips64el/Makefile')
-rw-r--r--target/mips64el/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips64el/Makefile b/target/mips64el/Makefile
index d9ff26f57..3c4a08f64 100644
--- a/target/mips64el/Makefile
+++ b/target/mips64el/Makefile
@@ -22,7 +22,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-mips64el -nographic -M malta -kernel $(BIN_DIR)/${TARGET_KERNEL} -hda qemu-${CPU_ARCH}.img -append "root=/dev/hda1"'
+ @echo 'qemu-system-mips64el -nographic -M malta -kernel $(BIN_DIR)/${TARGET_KERNEL} qemu-${CPU_ARCH}.img'
endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)