ARM11: write_memory() avoids increment check
commit4d2750e571b6a3f700cd95542a4bb5c7949e476c
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 02:40:37 +0000 (27 18:40 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 Nov 2009 02:40:37 +0000 (27 18:40 -0800)
tree8d9128f2ab5fb8281526baa6d7c9a168875e4f89
parent77aa7ca8d65ac5dc7b46ad9ef79e3f6aed9b4d0e
ARM11: write_memory() avoids increment check

When writing to a chip's "reset yourself" register, the ARM11 code
was reporting a spurious failure.  Just don't bother checking for
correctly incremented pointers given single-unit writes ... it's
a bit faster that way too.  (Reads should likely do the same thing.
For that matter, such checks are usually just a waste...)

Shrink an overlong parameter name, and associated lines'o'code.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c