Re: [Openocd-development] [patch] just ignore disabled targets

2009-06-07 Thread Zach Welch
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

[Openocd-development] [patch] just ignore disabled targets

2009-06-06 Thread David Brownell
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 incl