aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index d1834cce..69ccbd91 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -73,8 +73,8 @@ struct armv7a_cache_common {
int d_u_cache_enabled;
int auto_cache_enabled; /* openocd automatic
* cache handling */
- /* l2 external unified cache if some */
- void *l2_cache;
+ /* outer unified cache if some */
+ void *outer_cache;
int (*flush_all_data_cache)(struct target *target);
int (*display_cache_info)(struct command_context *cmd_ctx,
struct armv7a_cache_common *armv7a_cache);