]> git.sur5r.net Git - openocd/commit - src/target/cortex_a.c
target/cortex_a: remove duplicate code to read target registers
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 7 Oct 2018 14:27:27 +0000 (16:27 +0200)
committerMatthias Welwarsky <matthias@welwarsky.de>
Tue, 6 Nov 2018 12:42:24 +0000 (12:42 +0000)
commit29c81a80510aa82b1842b15a9b091a3062cb51dc
tree306983aff171c6fd4bb91ba190c967ea243de22b
parentcf9c0fba9bae1eead383db94a9865f34eac6c811
target/cortex_a: remove duplicate code to read target registers

The functions cortex_a_dap_{read,write}_coreregister_u32() are
duplicate of the functions dpm_{read,write}_reg().

Remove both duplicated functions in cortex_a.c while export only
dpm_read_reg(), since dpm_write_reg() is currently not used.
Rename dpm_read_reg() as arm_dpm_read_reg() to keep uniform the
naming style.

Change-Id: I501bc99dc402039e630c47917a086a0bb382782c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4747
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Tested-by: jenkins
src/target/arm_dpm.c
src/target/arm_dpm.h
src/target/cortex_a.c