Re: [U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-07-05 Thread Stefan Roese
On Thursday 02 July 2009 07:20:51 Alessio Centazzo wrote: > This patch fixes a debug compilation error for PPC4xx platforms, all > other architectures are not affected by this change. The 'handler' > pointer was undefined. The fix is exercised and has effect only if > DEBUG is defined. This one

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-07-01 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/ppc4xx/uic.c |

Re: [U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-07-01 Thread Stefan Roese
On Wednesday 01 July 2009 05:40:53 Alessio Centazzo wrote: > This patch fixes a debug compilation error for PPC4xx platforms, all > other architectures are not affected by this change. The 'handler' > pointer was undefined. The fix is exercised and has effect only if > DEBUG is defined. Unfortun

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-06-30 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/ppc4xx/uic.c |

Re: [U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-06-26 Thread Stefan Roese
On Wednesday 24 June 2009 04:31:01 Alessio Centazzo wrote: > This patch fixes a debug compilation error for PPC4xx platforms, all > other architectures are not affected by this change. The 'handler' > pointer was undefined. The fix is exercised and has effect only if > DEBUG is defined. > > Signe

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-06-23 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/ppc4xx/uic.c |