diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-21 20:16:31 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-21 22:25:24 +0200 |
commit | e996452089fd5ffba34094958e87d51c1fcf8619 (patch) | |
tree | e2b95f359057d6d2f96e2403f6374faec1bdf635 /doc | |
parent | 1e5daf5886999a8ff01a4957e17c1466d76e022d (diff) | |
download | openocd+libswd-e996452089fd5ffba34094958e87d51c1fcf8619.tar.gz openocd+libswd-e996452089fd5ffba34094958e87d51c1fcf8619.tar.bz2 openocd+libswd-e996452089fd5ffba34094958e87d51c1fcf8619.tar.xz openocd+libswd-e996452089fd5ffba34094958e87d51c1fcf8619.zip |
virt2phys is now implemented by target.c globally, retire target specific documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 4f228325..de73bec7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5448,11 +5448,6 @@ Writes the specified @var{word} (32 bits), at the specified physical address @var{addr}. @end deffn -@deffn Command {arm720t virt2phys} va -Translate a virtual address @var{va} to a physical address -and display the result. -@end deffn - @subsection ARM9 specific commands @cindex ARM9 @@ -5538,11 +5533,6 @@ Dump the content of ICache and DCache to a file named @file{filename}. Dump the content of the ITLB and DTLB to a file named @file{filename}. @end deffn -@deffn Command {arm920t virt2phys} va -Translate a virtual address @var{va} to a physical address -and display the result. -@end deffn - @subsection ARM926ej-s specific commands @cindex ARM926ej-s @@ -5583,11 +5573,6 @@ Writes the specified @var{word} (32 bits), at the specified physical address @var{addr}. @end deffn -@deffn Command {arm926ejs virt2phys} va -Translate a virtual address @var{va} to a physical address -and display the result. -@end deffn - @subsection ARM966E specific commands @cindex ARM966E |