aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache_l2x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a_cache_l2x.c')
-rw-r--r--src/target/armv7a_cache_l2x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a_cache_l2x.c b/src/target/armv7a_cache_l2x.c
index 5af589e4..8b35fd89 100644
--- a/src/target/armv7a_cache_l2x.c
+++ b/src/target/armv7a_cache_l2x.c
@@ -179,7 +179,7 @@ static int arm7a_handle_l2x_cache_info_command(struct command_context *cmd_ctx,
struct armv7a_l2x_cache *l2x_cache = (struct armv7a_l2x_cache *)
(armv7a_cache->outer_cache);
- if (armv7a_cache->ctype == -1) {
+ if (armv7a_cache->info == -1) {
command_print(cmd_ctx, "cache not yet identified");
return ERROR_OK;
}