driver: vdebug: fix mode of cmd 'vdebug mem_path'
commit0a829efda5c254ceca2371edb38e9b0e4a998706
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 11 Dec 2022 10:08:32 +0000 (11 11:08 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 17 Dec 2022 09:33:06 +0000 (17 09:33 +0000)
treeb4df725618c2903fe80ebe519d08cdf4cebe051b
parent2b6fe8f1ab739798309b47f7b3a664894ba43a19
driver: vdebug: fix mode of cmd 'vdebug mem_path'

The command 'vdebug mem_path' is reported in the documentation as
'{Config Command}', but the code sets mode = COMMAND_ANY.
The code of the commands sets some value that is only used during
the init phase, so the documentation is correct.

Change mode of command 'vdebug mem_path' to COMMAND_CONFIG.

Change-Id: Icb940fe382cbc75015273b35dcc8a88fc2a7d0ac
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7395
Tested-by: jenkins
Reviewed-by: Jacek Wuwer <jacekmw8@gmail.com>
src/jtag/drivers/vdebug.c