arm_adi_v5: dap_queue_ap_* DAP->AP parameter
[fw/openocd] / src / target / armv7a_cache_l2x.c
index 5af589e4decde846bc0ae6e4b64a748cca17f811..8b35fd89b54268d9974538c03f256ff6f4363bc1 100644 (file)
@@ -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;
        }