target: constify structures
Change-Id: I875cfab8dec4ade72ed9c9cd7d52baaca182a1ef Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2295 Tested-by: jenkins
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "etb.h"
|
||||
#include "register.h"
|
||||
|
||||
static char *etb_reg_list[] = {
|
||||
static const char * const etb_reg_list[] = {
|
||||
"ETB_identification",
|
||||
"ETB_ram_depth",
|
||||
"ETB_ram_width",
|
||||
|
||||
Reference in New Issue
Block a user