]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MIPS: qemu-mips: fix a typo in README
authorGabor Juhos <juhosg@openwrt.org>
Tue, 8 Jan 2013 02:22:50 +0000 (02:22 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2013 09:52:07 +0000 (10:52 +0100)
The 'Limitations & comments' section refers to the
'-m mips' switch which is not valid. The '-m' switch
can be used for setting the virtual RAM size:

    $qemu-system-mips --help | grep '^-m '
    -m megs         set virtual RAM size to megs MB [default=128]
    $

The correct switch for specifying the machine type is '-M'.
Fix the text to refer to that.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Vlad Lungu <vlad.lungu@windriver.com>
board/qemu-mips/README

index 9fd97e1249a915dc9befd6414bba0a1a0089a156..b2c2b540657dcc2df04dfa2b907d438b4c3db528 100644 (file)
@@ -6,7 +6,7 @@ http://www.nongnu.org/qemu/
 
 Limitations & comments
 ----------------------
-Supports the "-m mips" configuration of qemu: serial,NE2000,IDE.
+Supports the "-M mips" configuration of qemu: serial,NE2000,IDE.
 Support is big endian only for now (or at least this is what I tested).
 Derived from au1x00 with a lot of things cut out.