aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-19 10:06:37 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-23 11:38:26 +0000
commit3a550e5b5fe011e526b150a5d234b48e8e2aaad6 (patch)
tree580b224fcee5ebf6001246e19850384390c8dfde /src/target/arm926ejs.h
parent9db465810a43e934f4f3c267ac279140c7c156dd (diff)
downloadriscv-openocd-3a550e5b5fe011e526b150a5d234b48e8e2aaad6.zip
riscv-openocd-3a550e5b5fe011e526b150a5d234b48e8e2aaad6.tar.gz
riscv-openocd-3a550e5b5fe011e526b150a5d234b48e8e2aaad6.tar.bz2
cleanup: rename armv4_5 to arm for readability
Nothing more than a name change, just to make reading the code a bit simpler. Change-Id: I73a16b7302b48ce07d9688162955aae71d11eb45 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/390 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'src/target/arm926ejs.h')
-rw-r--r--src/target/arm926ejs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm926ejs.h b/src/target/arm926ejs.h
index 76cc24a..e2a53a6 100644
--- a/src/target/arm926ejs.h
+++ b/src/target/arm926ejs.h
@@ -42,7 +42,7 @@ static inline struct arm926ejs_common *
target_to_arm926(struct target *target)
{
return container_of(target->arch_info, struct arm926ejs_common,
- arm7_9_common.armv4_5_common);
+ arm7_9_common.arm);
}