summaryrefslogtreecommitdiff
path: root/target/mipsel/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
commitb72c8fafc0bd2049b93936685b7287e55ce18cba (patch)
tree437020b9dc28ea4cdb3036783b36ff3c46a0e783 /target/mipsel/Makefile
parent44f740c6f1131aab5f19635003854a0f3f39074a (diff)
fix qemu targets, make them bootable again
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r--target/mipsel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile
index ccce77c16..d0aa6e5c9 100644
--- a/target/mipsel/Makefile
+++ b/target/mipsel/Makefile
@@ -86,7 +86,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Be sure to change permissions after image creation."
@echo "Start qemu with following options:"
- @echo 'qemu-system-mipsel -nographic -M malta -kernel $(BIN_DIR)/$(TARGET_KERNEL) -hda qemu-${CPU_ARCH}.img -append "root=/dev/hda1"'
+ @echo 'qemu-system-mipsel -nographic -M malta -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img'
endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)