Re: [U-Boot] [PATCH] omap3: Fix compile warning

2011-09-23 Thread Paulraj, Sandeep
> > Building without option CONFIG_DISPLAY_CPUINFO leads to > this warning: > sys_info.c:50:14: warning: 'rev_s_37xx' defined but not used > > Signed-off-by: Sanjeev Premi > Cc: Sandeep Paulraj > --- > > This patch has been created against u-boot-ti/next. > > arch/arm/cpu/armv7/omap3/sys_

[U-Boot] [PATCH] omap3: Fix compile warning

2011-09-23 Thread Sanjeev Premi
Building without option CONFIG_DISPLAY_CPUINFO leads to this warning: sys_info.c:50:14: warning: 'rev_s_37xx' defined but not used Signed-off-by: Sanjeev Premi Cc: Sandeep Paulraj --- This patch has been created against u-boot-ti/next. arch/arm/cpu/armv7/omap3/sys_info.c |2 +- 1 files c

Re: [U-Boot] [PATCH] omap3: fix compile warning

2009-12-27 Thread Remy Bohmer
Hi, 2009/12/24 Sanjeev Premi : > This patch fixes this warning during compile: > > omap3.c: In function 'musb_platform_init': > omap3.c:126: warning: label 'end' defined but not used > > Problem reported by: Dirk behme[dirk.be...@googlemail.com] > > Signed-off-by: Sanjeev Premi Applied to u-boot

[U-Boot] [PATCH] omap3: fix compile warning

2009-12-24 Thread Sanjeev Premi
This patch fixes this warning during compile: omap3.c: In function 'musb_platform_init': omap3.c:126: warning: label 'end' defined but not used Problem reported by: Dirk behme[dirk.be...@googlemail.com] Signed-off-by: Sanjeev Premi --- drivers/usb/musb/omap3.c |3 +++ 1 files changed, 3 in