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:
@@ -78,7 +78,7 @@ static const uint8_t xscale_debug_handler[] = {
|
||||
#include "xscale_debug.inc"
|
||||
};
|
||||
|
||||
static char *const xscale_reg_list[] = {
|
||||
static const char *const xscale_reg_list[] = {
|
||||
"XSCALE_MAINID", /* 0 */
|
||||
"XSCALE_CACHETYPE",
|
||||
"XSCALE_CTRL",
|
||||
|
||||
Reference in New Issue
Block a user