[U-Boot] [PATCH] 85xx: Fix compile warning

2010-04-13 Thread Kumar Gala
cpu.c: In function 'checkcpu': cpu.c:47: warning: unused variable 'gur' Signed-off-by: Kumar Gala --- arch/ppc/cpu/mpc85xx/cpu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/ppc/cpu/mpc85xx/cpu.c b/arch/ppc/cpu/mpc85xx/cpu.c index 15b7b23..fddeb2f 100644 --- a/a

Re: [U-Boot] [PATCH] 85xx: Fix compile warning in mpc8536ds.c

2008-10-21 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > mpc8536ds.c: In function 'is_sata_supported': > mpc8536ds.c:615: warning: unused variable 'devdisr' > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > board/freescale/mpc8536ds/mpc8536ds.c |1 - > 1 files changed, 0 insertio

[U-Boot] [PATCH] 85xx: Fix compile warning in mpc8536ds.c

2008-10-19 Thread Kumar Gala
mpc8536ds.c: In function 'is_sata_supported': mpc8536ds.c:615: warning: unused variable 'devdisr' Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- board/freescale/mpc8536ds/mpc8536ds.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/freescale/mpc8536ds/mpc8536ds.c