forked from auracaster/openocd
target: drop unused parameter to target_create()
The parameter Jim_Interp to the target API target_create() is not used by any target. Drop it. Change-Id: I67c492078a6c808db974505f9e297c45165f64d0 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8831 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
@@ -81,7 +81,7 @@ static const struct xtensa_power_ops xtensa_chip_dm_pwr_ops = {
|
||||
.queue_reg_write = xtensa_dm_queue_pwr_reg_write
|
||||
};
|
||||
|
||||
static int xtensa_chip_target_create(struct target *target, Jim_Interp *interp)
|
||||
static int xtensa_chip_target_create(struct target *target)
|
||||
{
|
||||
struct xtensa_debug_module_config xtensa_chip_dm_cfg = {
|
||||
.dbg_ops = &xtensa_chip_dm_dbg_ops,
|
||||
|
||||
Reference in New Issue
Block a user