diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-26 14:08:43 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-11-23 14:02:03 +0100 |
commit | eeb4276deb5c3ba6621b8121d460bc50857c8d53 (patch) | |
tree | 3bf119d3f224b903030dc9a0500494e588f5be2c /doc | |
parent | b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4 (diff) | |
download | openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.gz openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.bz2 openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.xz openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.zip |
arm926ejs: retire cp15 commands, handled by mrc/mcr.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 9659e929..cff7fc5e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5704,13 +5704,6 @@ they are not built from ARM926ej-s designs. Print information about the caches found. @end deffn -@deffn Command {arm926ejs cp15} opcode1 opcode2 CRn CRm regnum [value] -Accesses cp15 register @var{regnum} using -@var{opcode1}, @var{opcode2}, @var{CRn}, and @var{CRm}. -If a @var{value} is provided, that value is written to that register. -Else that register is read and displayed. -@end deffn - @subsection ARM966E specific commands @cindex ARM966E |