jtag: constify driver arrays

Change-Id: I81574fa8ca3cc748526dc61b75a2c75d6335ef04
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2294
Tested-by: jenkins
This commit is contained in:
Spencer Oliver
2014-09-11 22:09:36 +01:00
parent 36bc83b174
commit b675edcc95
11 changed files with 24 additions and 24 deletions

View File

@@ -198,7 +198,7 @@ static inline tap_state_t jtag_debug_state_machine(const void *tms_buf,
*/
struct jtag_interface {
/** The name of the JTAG interface driver. */
char *name;
const char * const name;
/**
* Bit vector listing capabilities exposed by this driver.