On Sat, 2009-06-06 at 19:43 -0700, David Brownell wrote:
> Let disabled targets be ignored during normal operation:
> 
>  - In target_examine(), ignore disabled TAPs
> 
>  - Reset handling must not poke at them either:
>      * fail $target_name arp_* operations on disabled TAPs
>      * in startup.tcl, don't even issue the arp_* wait ops
> 
> No other target cleanup included here.
> ---
>  src/helper/startup.tcl |   28 +++++++++++++++++++++++-----
>  src/target/target.c    |   27 ++++++++++++++++++++++++---
>  2 files changed, 47 insertions(+), 8 deletions(-)

Committed, r2100, with minor tweaks to save future clean-up time.

--Z
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to