X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=934c37e5dabad739f0e2b3ef37447198a3077194;hp=0c1714e49468c9246b24732b0df4a1ae90df93fe;hb=ab0def0f3878c6521a5d1626e9123112c7875297;hpb=8d6f7c92239a54ce77d7a268f51b49445470fe00 diff --git a/doc/openocd.texi b/doc/openocd.texi index 0c1714e494..934c37e5da 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9114,23 +9114,6 @@ cables (FT2232), but might be unsafe if used with targets running at very low speeds, like the 32kHz startup clock of an AT91RM9200. @end deffn -@subsection ARM720T specific commands -@cindex ARM720T - -These commands are available to ARM720T based CPUs, -which are implementations of the ARMv4T architecture -based on the ARM7TDMI-S integer core. -They are available in addition to the ARM and ARM7/ARM9 commands. - -@deffn Command {arm720t cp15} opcode [value] -@emph{DEPRECATED -- avoid using this. -Use the @command{arm mrc} or @command{arm mcr} commands instead.} - -Display cp15 register returned by the ARM instruction @var{opcode}; -else if a @var{value} is provided, that value is written to that register. -The @var{opcode} should be the value of either an MRC or MCR instruction. -@end deffn - @subsection ARM9 specific commands @cindex ARM9