]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7a.h
fix xscale icache and dcache commands
[openocd] / src / target / armv7a.h
index 581813a345ade6c3c90d0ea236e1acee14892582..5ef8c42a21e28d1cbb5ff8a9e0c80c147fddcb40 100644 (file)
@@ -50,8 +50,7 @@ struct armv7a_common
        int common_magic;
        struct reg_cache *core_cache;
 
-       /* arm adp debug port */
-       struct swjdp_common swjdp_info;
+       struct adiv5_dap dap;
 
        /* Core Debug Unit */
        struct arm_dpm dpm;