diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 20:52:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-03 20:52:25 +0100 |
commit | b72c8fafc0bd2049b93936685b7287e55ce18cba (patch) | |
tree | 437020b9dc28ea4cdb3036783b36ff3c46a0e783 /target/mipsel/Makefile | |
parent | 44f740c6f1131aab5f19635003854a0f3f39074a (diff) |
fix qemu targets, make them bootable again
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r-- | target/mipsel/Makefile | 2 |
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) |