mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-04 22:01:37 +00:00
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>
This commit is contained in:
parent
9c170e2ef4
commit
0f17f59c8a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue