mips64: remove empty mips_mips64_soft_reset_halt()
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 10 Sep 2022 12:34:51 +0000 (14:34 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:19:13 +0000 (22:19 +0000)
commitcec3b6232811dc504ad461ad99384e39b40aad52
tree3a88266812d0075ec49666e5c4e7123d60be6810
parent58bd387219f4586f09f90fd6ebe441f3e2d29598
mips64: remove empty mips_mips64_soft_reset_halt()

The method soft_reset_halt is optional; no need to add an
empty function.

Remove mips_mips64_soft_reset_halt() and move the TODO comment
in struct target_type.

Change-Id: Id541a75e7a08645568961d59b73a120c2238701f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7184
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/mips_mips64.c