warnings: use more 'const' for char *
[fw/openocd] / src / target / dsp563xx.c
index 9563eea98b719cad44edda17b35037dde5d95ff1..10fd014d4d3ce446e7652dedb8282bd4af21d63c 100644 (file)
@@ -173,7 +173,7 @@ static int dsp563xx_jtag_sendinstr(struct jtag_tap *tap, uint8_t * ir_in, uint8_
 static const struct
 {
        unsigned id;
-       char *name;
+       const char *name;
        unsigned bits;
        uint32_t r_cmd;
        uint32_t w_cmd;