summaryrefslogtreecommitdiffstats
path: root/board/qemu-mips
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-08 02:22:50 +0000
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-01-16 10:52:07 +0100
commit0f17f59c8ae4b9acf436485ed28a3d4706e91e7d (patch)
treee3b29810ac43bde80a4319cc1afdd5308f115c64 /board/qemu-mips
parent9c170e2ef4ad2bd246c22c93824d754224c4929a (diff)
downloadblackbird-obmc-uboot-0f17f59c8ae4b9acf436485ed28a3d4706e91e7d.tar.gz
blackbird-obmc-uboot-0f17f59c8ae4b9acf436485ed28a3d4706e91e7d.zip
MIPS: qemu-mips: fix a typo in README
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>
Diffstat (limited to 'board/qemu-mips')
-rw-r--r--board/qemu-mips/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu-mips/README b/board/qemu-mips/README
index 9fd97e1249..b2c2b54065 100644
--- a/board/qemu-mips/README
+++ b/board/qemu-mips/README
@@ -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.
OpenPOWER on IntegriCloud