diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-05 00:18:18 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-05 00:18:18 +0100 |
| commit | d0398dc33628c501388d32dcb3faf68859dd6bcb (patch) | |
| tree | 401c29c68bfe46cd79276029e77c85fc82f77b8a /target/mips64el/Makefile | |
| parent | abbe4e3293c77bc5f6215a9eb4c1d20923bbf951 (diff) | |
update mips qemu targets. 64 Bit kernels still does not boot completely
Diffstat (limited to 'target/mips64el/Makefile')
| -rw-r--r-- | target/mips64el/Makefile | 2 |
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) |
