X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=575363d1fdc17f8b1feaa5e0bd8466caaa30c66e;hb=refs%2Fchanges%2F58%2F358%2F6;hp=9d6f7c24e1ebd4c85399f6a6bf527b6d88358804;hpb=4e47519f6c519b792297efaa482852cd9eef554a;p=openocd.git diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 9d6f7c24e1..575363d1fd 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -104,6 +104,7 @@ struct armv7a_common { uint8_t multi_processor_system; uint8_t cluster_id; uint8_t cpu_id; + bool is_armv7r; /* cache specific to V7 Memory Management Unit compatible with v4_5*/ struct armv7a_mmu_common armv7a_mmu;