X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3_common.c;h=531cab09452e0ecccfeed918c065e002418b41ca;hb=49d96b1b2e4000734499a369fe022035542b3e85;hp=3930c25090b992f74da052a4b9aa883da60f2ce8;hpb=e8d844a0fd8c4474b2652b9d82d73433bbb01337;p=openocd.git diff --git a/src/target/nds32_v3_common.c b/src/target/nds32_v3_common.c index 3930c25090..531cab0945 100644 --- a/src/target/nds32_v3_common.c +++ b/src/target/nds32_v3_common.c @@ -369,12 +369,6 @@ int nds32_v3_target_request_data(struct target *target, return ERROR_OK; } -int nds32_v3_soft_reset_halt(struct target *target) -{ - struct aice_port_s *aice = target_to_aice(target); - return aice_assert_srst(aice, AICE_RESET_HOLD); -} - int nds32_v3_checksum_memory(struct target *target, uint32_t address, uint32_t count, uint32_t *checksum) {