]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7a.h
Cortex-A8: remove previous mcr()/mrc() methods
[openocd] / src / target / armv7a.h
index f843f03bdc5163761a03f2e5362fcacff3f14c31..ee0d2acb4b79bc2531fdddc7aa8041be5445155f 100644 (file)
@@ -62,13 +62,6 @@ struct armv7a_common
        /* Cache and Memory Management Unit */
        struct armv4_5_mmu_common armv4_5_mmu;
 
-       int (*read_cp15)(struct target *target,
-                       uint32_t op1, uint32_t op2,
-                       uint32_t CRn, uint32_t CRm, uint32_t *value);
-       int (*write_cp15)(struct target *target,
-                       uint32_t op1, uint32_t op2,
-                       uint32_t CRn, uint32_t CRm, uint32_t value);
-
        int (*examine_debug_reason)(struct target *target);
        void (*post_debug_entry)(struct target *target);