Remove more unused code.
Change-Id: I962660f58d948f85df6e073065e15e5d8f4a02b6
This commit is contained in:
parent
8432b7cf3d
commit
59a0340261
|
@ -167,9 +167,6 @@ typedef struct {
|
||||||
|
|
||||||
bool need_strict_step;
|
bool need_strict_step;
|
||||||
|
|
||||||
// Some memoized values
|
|
||||||
int progbuf_addr, data_addr, data_size;
|
|
||||||
|
|
||||||
bool abstract_read_csr_supported;
|
bool abstract_read_csr_supported;
|
||||||
bool abstract_write_csr_supported;
|
bool abstract_write_csr_supported;
|
||||||
bool abstract_read_fpr_supported;
|
bool abstract_read_fpr_supported;
|
||||||
|
@ -908,9 +905,6 @@ static int init_target(struct command_context *cmd_ctx,
|
||||||
riscv013_info_t *info = get_info(target);
|
riscv013_info_t *info = get_info(target);
|
||||||
|
|
||||||
info->progbufsize = -1;
|
info->progbufsize = -1;
|
||||||
info->progbuf_addr = -1;
|
|
||||||
info->data_size = -1;
|
|
||||||
info->data_addr = -1;
|
|
||||||
|
|
||||||
info->dmi_busy_delay = 0;
|
info->dmi_busy_delay = 0;
|
||||||
info->ac_busy_delay = 0;
|
info->ac_busy_delay = 0;
|
||||||
|
|
Loading…
Reference in New Issue