cortex_m: remove last references to debugport_init()
commit8a448573fb2804a9abe3e0922648dbbf99224aa9
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 11 Nov 2021 22:11:03 +0000 (11 23:11 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 11 Dec 2021 17:32:10 +0000 (11 17:32 +0000)
treea6f0312841bfa91e57a5f23dfab22a296e51296b
parentb1de11616099fe97f3534fa0f268c10dfd6ecf2b
cortex_m: remove last references to debugport_init()

The function debugport_init() has never existed in OpenOCD code,
but few comments erroneously references it in place of the
existing function ahbap_debugport_init().

Commit 00dbc185ee56 ("arm_adi_v5: Split ahbap_debugport_init")
splits the function ahbap_debugport_init() in dap_dp_init() and
mem_ap_init(), but did not removed all the incorrect comments
about debugport_init(). Few of such comments has been removed in
later patches.

Remove the last comment that references debugport_init().

Change-Id: Ibd1f125475386e5653340fedf706903a0ee15897
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6694
Tested-by: jenkins
src/target/cortex_m.c