Hi Andreas,

This fixed the bug I was having with Cortex-A9 reset also.  Thanks!


      -- Aaron


On 26 January 2011 23:02, Spencer Oliver <s...@spen-soft.co.uk> wrote:
> On 25/01/2011 02:03, Andreas Fritiofson wrote:
>>
>> ahbap_debugport_init was queueing reads to a local stack variable but
>> didn't execute the queue before returning. Since the result of the reads
>> are not used anyway, it's better to pass NULL as the destination instead
>> of
>> a dummy variable. I changed this throughout the function, even for the
>> reads that were actually executed.
>>
>
> This bug was fixed by me a while back and it has crept back in - this patch
> caused the issue: 0649fb2f6c7e1bea138769ecc2ec8dc17ae98044
>
> I will commit your fix.
>
> Cheers
> Spen
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development
>
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to