The old_portio mechanism in the memory API has been removed, but we forgot to update the documentation to match. Remove the stray reference to this now-vanished bit of back-compatibility API.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- docs/memory.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/memory.txt b/docs/memory.txt index 22eaec7..d344879 100644 --- a/docs/memory.txt +++ b/docs/memory.txt @@ -234,6 +234,5 @@ various constraints can be supplied to control how these callbacks are called: emulated using four 1-byte writes, if .impl.max_access_size = 1. - .impl.valid specifies that the *implementation* only supports unaligned accesses; unaligned accesses will be emulated by two aligned accesses. - - .old_portio and .old_mmio can be used to ease porting from code using - cpu_register_io_memory() and register_ioport(). They should not be used - in new code. + - .old_mmio can be used to ease porting from code using + cpu_register_io_memory(). It should not be used in new code. -- 1.9.2