]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7a.h
armv7a: rename l2_cache to outer_cache
[openocd] / src / target / armv7a.h
index d1834cced970f7071217a64e53d6f85e80d4c9dd..69ccbd914b23aba3d8163a14b377f07d67a74c17 100644 (file)
@@ -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);