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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user