doc: command 'ftdi_layout_signal' can run after config
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 7 Apr 2021 13:25:37 +0000 (15:25 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 25 Apr 2021 22:04:29 +0000 (23:04 +0100)
commit642cdae32167df80d4dc757f0da5f204e0298088
treeabe94737c1ea6c44caaeb55151d0c51f4d11408c
parent833a2a56f4649d4a59738d902405f1093adf4e58
doc: command 'ftdi_layout_signal' can run after config

The mode of command 'ftdi_layout_signal' is set to COMMAND_ANY in
[1] and the command has no constraints that limits its use to the
config phase only.
But [2] documents it as '{Config Command}'.

Update the documentation to report the correct mode '{Command}'.

[1] commit f5e97b5e1b62 ("Add FTDI JTAG driver using MPSSE layer")
[2] commit 76afadeb7b4e ("doc: Add documentation for the ftdi driver")

Change-Id: I6b14aebb98e48f7080c585f3df881714bb188af0
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6155
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
doc/openocd.texi