Re: [U-Boot] [PATCH] arch/arm/cpu/ixp/npe/npe.c: Fix build warning

2012-05-21 Thread Joe Hershberger
On Sun, May 20, 2012 at 5:22 PM, Anatolij Gustschin ag...@denx.de wrote: Fix: npe.c: In function 'npe_initialize': npe.c:630:13: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin ag...@denx.de Applied, thanks. -Joe

[U-Boot] [PATCH] arch/arm/cpu/ixp/npe/npe.c: Fix build warning

2012-05-20 Thread Anatolij Gustschin
Fix: npe.c: In function 'npe_initialize': npe.c:630:13: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/arm/cpu/ixp/npe/npe.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/ixp/npe/npe.c