From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 1 Aug 2008 06:40:34 +0000 (+0200) Subject: qemu_mips: update README to follow qemu update about default machine X-Git-Tag: v1.3.4~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a433c66b1e2770349fe4911be23c375f053ebd8;p=oweals%2Fu-boot.git qemu_mips: update README to follow qemu update about default machine Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips index 476c5e6899..c9ac3f307d 100644 --- a/doc/README.qemu_mips +++ b/doc/README.qemu_mips @@ -15,4 +15,4 @@ create image: # dd of=flash bs=1k count=4k if=/dev/zero # dd of=flash bs=1k conv=notrunc if=u-boot.bin start it: -# qemu-system-mips -pflash flash -monitor null -nographic +# qemu-system-mips -M mips -pflash flash -monitor null -nographic