summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-27 12:20:13 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-27 12:20:13 +0000
commit2caf8655b59873d63421a9f4b23e813d27dd880b (patch)
treeb0479c1db221c16c59507e0ecde2540d2e098b93 /doc
parent5c478a2caba56518237e1d371698bef9a7679815 (diff)
downloadopenocd+libswd-2caf8655b59873d63421a9f4b23e813d27dd880b.tar.gz
openocd+libswd-2caf8655b59873d63421a9f4b23e813d27dd880b.tar.bz2
openocd+libswd-2caf8655b59873d63421a9f4b23e813d27dd880b.tar.xz
openocd+libswd-2caf8655b59873d63421a9f4b23e813d27dd880b.zip
unsik Kim <donari75@gmail.com>:
Remove unused mflash bank command options. git-svn-id: svn://svn.berlios.de/openocd/trunk@1928 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 4a40551e..78d53c58 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2509,22 +2509,19 @@ Use the standard str9 driver for programming. @xref{STR9 specific commands}.
@subsection mFlash Configuration
@cindex mFlash Configuration
-@b{mflash bank} <@var{soc}> <@var{base}> <@var{chip_width}> <@var{bus_width}>
-<@var{RST pin}> <@var{WP pin}> <@var{DPD pin}> <@var{target}>
+@b{mflash bank} <@var{soc}> <@var{base}> <@var{RST pin}> <@var{target}>
@cindex mflash bank
@*Configures a mflash for <@var{soc}> host bank at
-<@var{base}>. <@var{chip_width}> and <@var{bus_width}> are bytes
-order. Pin number format is dependent on host GPIO calling convention.
-If WP or DPD pin was not used, write -1. Currently, mflash bank
-support s3c2440 and pxa270.
+<@var{base}>. Pin number format is dependent on host GPIO calling convention.
+Currently, mflash bank support s3c2440 and pxa270.
-(ex. of s3c2440) mflash <@var{RST pin}> is GPIO B1, <@var{WP pin}> and <@var{DPD pin}> are not used.
+(ex. of s3c2440) mflash <@var{RST pin}> is GPIO B1.
@example
-mflash bank s3c2440 0x10000000 2 2 1b -1 -1 0
+mflash bank s3c2440 0x10000000 1b 0
@end example
-(ex. of pxa270) mflash <@var{RST pin}> is GPIO 43, <@var{DPD pin}> is not used and <@var{DPD pin}> is GPIO 51.
+(ex. of pxa270) mflash <@var{RST pin}> is GPIO 43.
@example
-mflash bank pxa270 0x08000000 2 2 43 -1 51 0
+mflash bank pxa270 0x08000000 43 0
@end example
@section Microcontroller specific Flash Commands