X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fembeddedice.c;h=2d32c83a516ab262eff93c7d984df9f22ededdea;hp=a7956950823835bc7afce9b9a1bf477706ed661a;hb=3160c66408af858c3064e54fb14f074e54ac6701;hpb=374127301ec1d72033b9d573b72c7abdfd61990d diff --git a/src/target/embeddedice.c b/src/target/embeddedice.c index a795695082..2d32c83a51 100644 --- a/src/target/embeddedice.c +++ b/src/target/embeddedice.c @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -54,9 +54,9 @@ static int embeddedice_set_reg_w_exec(struct reg *reg, uint8_t *buf); * From: ARM9E-S TRM, DDI 0165, table C-4 (and similar, for other cores) */ static const struct { - char *name; - unsigned short addr; - unsigned short width; + const char *name; + unsigned short addr; + unsigned short width; } eice_regs[] = { [EICE_DBG_CTRL] = { .name = "debug_ctrl",