armv7m_trace: get rid of the old tpiu code
[fw/openocd] / src / target / hla_target.c
index 3d41387fd757c64484c48b5fe8b0f9db1332c592..ca8b5874afd9baba202bba390dc3bb1649d10b80 100644 (file)
@@ -630,6 +630,11 @@ static const struct command_registration adapter_command_handlers[] = {
        {
                .chain = rtt_target_command_handlers,
        },
+       /* START_DEPRECATED_TPIU */
+       {
+               .chain = arm_tpiu_deprecated_command_handlers,
+       },
+       /* END_DEPRECATED_TPIU */
        COMMAND_REGISTRATION_DONE
 };