doc/openocd.texi: fix formatting for mrvlqspi driver documentation
* also included example for flash usage information Change-Id: Icf9defc25d38bf24567b1708138b83a8de1e0497 Signed-off-by: Mahavir Jain <mjain@marvell.com> Reviewed-on: http://openocd.zylin.com/2705 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
parent
68921d2316
commit
ebbc9cb86c
|
@ -5859,13 +5859,19 @@ works only for chips that do not have factory pre-programmed region 0
|
|||
code.
|
||||
@end deffn
|
||||
|
||||
@end deffn
|
||||
|
||||
@deffn {Flash Driver} mrvlqspi
|
||||
This driver supports QSPI flash controller of Marvell's Wireless
|
||||
Microcontroller platform.
|
||||
|
||||
The flash size is autodetected based on the table of known JEDEC IDs
|
||||
hardcoded in the OpenOCD sources.
|
||||
@end deffn
|
||||
|
||||
@example
|
||||
flash bank $_FLASHNAME mrvlqspi 0x0 0 0 0 $_TARGETNAME 0x46010000
|
||||
@end example
|
||||
|
||||
@end deffn
|
||||
|
||||
@section mFlash
|
||||
|
|
Loading…
Reference in New Issue