X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fmips_mips64.c;h=d05b55c4621fd3969c49134b4956ce23cf2b01c3;hb=cec3b6232811dc504ad461ad99384e39b40aad52;hp=449f5a217aba6a43f00081fd3527abe44dca3dc5;hpb=58bd387219f4586f09f90fd6ebe441f3e2d29598;p=fw%2Fopenocd diff --git a/src/target/mips_mips64.c b/src/target/mips_mips64.c index 449f5a217..d05b55c46 100644 --- a/src/target/mips_mips64.c +++ b/src/target/mips_mips64.c @@ -205,12 +205,6 @@ static int mips_mips64_deassert_reset(struct target *target) return ERROR_OK; } -static int mips_mips64_soft_reset_halt(struct target *target) -{ - /* TODO */ - return ERROR_OK; -} - static int mips_mips64_single_step_core(struct target *target) { struct mips64_common *mips64 = target->arch_info; @@ -1168,7 +1162,7 @@ struct target_type mips_mips64_target = { .assert_reset = mips_mips64_assert_reset, .deassert_reset = mips_mips64_deassert_reset, - .soft_reset_halt = mips_mips64_soft_reset_halt, + /* TODO: add .soft_reset_halt */ .get_gdb_reg_list = mips64_get_gdb_reg_list,