oocd_trace: drop the code, deprecated in v0.10.0
The code for oocd_trace has been marked as deprecated in release v0.10.0, 4 years ago. Time to drop it! Change-Id: I989f8345dee4ff2369bcf5e2e2ace86bbd5aa6a5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6088 Tested-by: jenkins
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
#include "register.h"
|
||||
#include "etm_dummy.h"
|
||||
|
||||
#if BUILD_OOCD_TRACE == 1
|
||||
#include "oocd_trace.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* ARM "Embedded Trace Macrocell" (ETM) support -- direct JTAG access.
|
||||
*
|
||||
@@ -642,9 +637,6 @@ static int etm_write_reg(struct reg *reg, uint32_t value)
|
||||
static struct etm_capture_driver *etm_capture_drivers[] = {
|
||||
&etb_capture_driver,
|
||||
&etm_dummy_capture_driver,
|
||||
#if BUILD_OOCD_TRACE == 1
|
||||
&oocd_trace_capture_driver,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user