armv7m: replace flag 'stlink' with 'is_hla_target'
The HLA target is not anymore used by ST-Link only, but required by Nu-Link and TI-ICDI too. Rename the flag 'stlink' as 'is_hla_target'. Change-Id: Id2ee2c0a1e8bf1f1e899f7a560140c34eefeeee5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6206 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
This commit is contained in:
@@ -239,8 +239,8 @@ struct armv7m_common {
|
||||
int fp_feature;
|
||||
uint32_t demcr;
|
||||
|
||||
/* stlink is a high level adapter, does not support all functions */
|
||||
bool stlink;
|
||||
/* hla_target uses a high level adapter that does not support all functions */
|
||||
bool is_hla_target;
|
||||
|
||||
struct armv7m_trace_config trace_config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user