mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
other architectures: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
673d821541
commit
8b81968c1c
29 changed files with 58 additions and 58 deletions
|
@ -104,7 +104,7 @@ petalogix_ml605_init(MachineState *machine)
|
|||
|
||||
dinfo = drive_get(IF_PFLASH, 0, 0);
|
||||
/* 5th parameter 2 means bank-width
|
||||
* 10th paremeter 0 means little-endian */
|
||||
* 10th parameter 0 means little-endian */
|
||||
pflash_cfi01_register(FLASH_BASEADDR, "petalogix_ml605.flash", FLASH_SIZE,
|
||||
dinfo ? blk_by_legacy_dinfo(dinfo) : NULL,
|
||||
64 * KiB, 2, 0x89, 0x18, 0x0000, 0x0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue