This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6721
-- gerrit commit dfc19a294948e3193fa37836a7e02d9e38898974 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Thu Nov 18 11:15:42 2021 +0100 doc: remove non-existing command riscv set_scratch_ram The command was proposed in http://review.openocd.org/#/c/4578/2 and dropped in favor on existing work area commands. Nevertheless the command landed in documentation. Remove it! Change-Id: I6e18124256f29be15d8593c07d96f61d19e983f8 Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> Fixes: a51ab8ddf63a ("Add RISC-V support.") diff --git a/doc/openocd.texi b/doc/openocd.texi index a6da1675e..0f23d83a2 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10185,11 +10185,6 @@ Set the maximum time to wait for a hart to come out of reset after reset is deasserted. @end deffn -@deffn {Command} {riscv set_scratch_ram} none|[address] -Set the address of 16 bytes of scratch RAM the debugger can use, or 'none'. -This is used to access 64-bit floating point registers on 32-bit targets. -@end deffn - @deffn {Command} {riscv set_prefer_sba} on|off When on, prefer to use System Bus Access to access memory. When off (default), prefer to use the Program Buffer to access memory. --