]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
arm_cti: add cti command group
[openocd] / src / target / target.h
index 6020400f3d9e30b579849ba02ad9682c06247b9e..49048bcf45231cb25d66cb436c19d63bab62b848 100644 (file)
@@ -186,10 +186,6 @@ struct target {
                                                                                 * system in place to support target specific options
                                                                                 * currently. */
 
-        bool ctibase_set;                                       /* By default the debug base is not set */
-        uint32_t ctibase;                                       /* Really a Cortex-A specific option, but there is no
-                                                                                 * system in place to support target specific options
-                                                                                 * currently. */
        struct rtos *rtos;                                      /* Instance of Real Time Operating System support */
        bool rtos_auto_detect;                          /* A flag that indicates that the RTOS has been specified as "auto"
                                                                                 * and must be detected when symbols are offered */