On Monday 30 November 2009, Marek Vasut wrote:
> > Hi, patch is attached, please consider applying. The pxa3xx uses different
> > BYPASS instruction (0x7ff) than pxa2xx and ixp4xx, which use 0x7f.

Can you try a simpler patch, and just pass ~0 (all ones) instead of
the constant 0x7f?

I'd expect that would work, since the current code already handles
two different IR lengths.  Or if it doesn't, that's a lurking bug...

Needing an if/else/... branch for each IR length is ugly and error prone.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to