dsp5680xx - mark erase after unlocking flash
[fw/openocd] / src / target / dsp563xx.h
index c553471ff4fa21345af60c46e90ff3f68b9a34e9..67ff8d501e8f9a8173cbfbd4b1f0de0b96ed5b63 100644 (file)
@@ -31,14 +31,6 @@ struct mcu_jtag
        struct jtag_tap *tap;
 };
 
-struct dsp563xx_pipeline_context
-{
-       /* PIL Register */
-       uint32_t once_opilr;
-       /* PDB Register */
-       uint32_t once_opdbr;
-};
-
 struct dsp563xx_common
 {
        struct mcu_jtag jtag_info;
@@ -46,8 +38,6 @@ struct dsp563xx_common
        uint32_t core_regs[DSP563XX_NUMCOREREGS];
        struct once_reg once_regs[DSP563XX_NUMONCEREGS];
 
-       struct dsp563xx_pipeline_context pipeline_context;
-
        /* register cache to processor synchronization */
        int (*read_core_reg) (struct target * target, int num);
        int (*write_core_reg) (struct target * target, int num);