X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv7a.h;h=341114bcffee7b45060f264d107576c6bda37dac;hb=f8a6a07149d88737f3d466e7ce620cc1f0874c6a;hp=9d6f7c24e1ebd4c85399f6a6bf527b6d88358804;hpb=4e47519f6c519b792297efaa482852cd9eef554a;p=openocd.git diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 9d6f7c24e1..341114bcff 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef 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;