diff --git a/doc/openocd.texi b/doc/openocd.texi index 85dc432da..40a3f2791 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10199,11 +10199,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.