Dragonite has the same EICE affliction as feroceon.
From: Nicolas Pitre <nico@fluxnic.net> git-svn-id: svn://svn.berlios.de/openocd/trunk@2807 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
7d78021efa
commit
60f8770502
|
@ -264,7 +264,8 @@ reg_cache_t* embeddedice_build_reg_cache(target_t *target, arm7_9_common_t *arm7
|
|||
* in some unusual bits. Let feroceon.c validate it
|
||||
* and do the appropriate setup itself.
|
||||
*/
|
||||
if (strcmp(target_get_name(target), "feroceon") == 0)
|
||||
if (strcmp(target_get_name(target), "feroceon") == 0 ||
|
||||
strcmp(target_get_name(target), "dragonite") == 0)
|
||||
break;
|
||||
LOG_ERROR("unknown EmbeddedICE version (comms ctrl: 0x%8.8" PRIx32 ")", buf_get_u32(reg_list[EICE_COMMS_CTRL].value, 0, 32));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue