forked from auracaster/openocd
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>
This commit is contained in:
@@ -96,7 +96,7 @@ struct armv7a_mmu_common
|
||||
|
||||
struct armv7a_common
|
||||
{
|
||||
struct arm armv4_5_common;
|
||||
struct arm arm;
|
||||
int common_magic;
|
||||
struct reg_cache *core_cache;
|
||||
|
||||
@@ -125,7 +125,7 @@ static inline struct armv7a_common *
|
||||
target_to_armv7a(struct target *target)
|
||||
{
|
||||
return container_of(target->arch_info, struct armv7a_common,
|
||||
armv4_5_common);
|
||||
arm);
|
||||
}
|
||||
|
||||
/* register offsets from armv7a.debug_base */
|
||||
|
||||
Reference in New Issue
Block a user