in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1672 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -137,7 +137,7 @@ int feroceon_dummy_clock_out(arm_jtag_t *jtag_info, u32 instr)
|
||||
fields[0].out_value = out_buf;
|
||||
|
||||
fields[0].in_value = NULL;
|
||||
fields[0].in_handler = NULL;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ int feroceon_dummy_clock_out(arm_jtag_t *jtag_info, u32 instr)
|
||||
fields[1].in_value = NULL;
|
||||
|
||||
|
||||
fields[1].in_handler = NULL;
|
||||
|
||||
|
||||
|
||||
fields[2].tap = jtag_info->tap;
|
||||
@@ -159,7 +159,7 @@ int feroceon_dummy_clock_out(arm_jtag_t *jtag_info, u32 instr)
|
||||
fields[2].in_value = NULL;
|
||||
|
||||
|
||||
fields[2].in_handler = NULL;
|
||||
|
||||
|
||||
|
||||
jtag_add_dr_scan(3, fields, TAP_INVALID);
|
||||
|
||||
Reference in New Issue
Block a user