Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-19 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a62bc56.1060...@googlemail.com> you wrote: > > >> The functions v7_flush_dcache_all and get_device_type are declared > >> in include/asm-arm/arch-omap3/sys_proto.h, so use this file to > >> declare the functions. ... > > Applied, thanks. ... > I'm not sure, Tom will

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-18 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: > Dear Tom Rix, > > In message <1246392253-8431-2-git-send-email-tom@windriver.com> you wrote: >> On build of omap3 targets in MAKEALL, the *.ERR files have >> >> cpu.c: In function 'cleanup_before_linux': >> cpu.c:64: warning: implicit declaration of funct

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-18 Thread Wolfgang Denk
Dear Tom Rix, In message <1246392253-8431-2-git-send-email-tom@windriver.com> you wrote: > On build of omap3 targets in MAKEALL, the *.ERR files have > > cpu.c: In function 'cleanup_before_linux': > cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' > cpu.c:64: warning:

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-05 Thread Dirk Behme
Tom wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 16:56 Thu 02 Jul , Tom wrote: >> >>> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 15:04 Tue 30 Jun , Tom Rix wrote: > On build of omap3 targets in MAKEALL, the *.ERR files have > > cpu.c: In funct

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:41 Sat 04 Jul , Tom wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 16:56 Thu 02 Jul , Tom wrote: > >>Jean-Christophe PLAGNIOL-VILLARD wrote: > >>>On 15:04 Tue 30 Jun , Tom Rix wrote: > On build of omap3 targets in MAKEALL, the *.ERR files have > > cpu.c: In fu

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-04 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:56 Thu 02 Jul , Tom wrote: > >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> On 15:04 Tue 30 Jun , Tom Rix wrote: >>> On build of omap3 targets in MAKEALL, the *.ERR files have cpu.c: In function 'cleanup_before

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:56 Thu 02 Jul , Tom wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 15:04 Tue 30 Jun , Tom Rix wrote: > >>On build of omap3 targets in MAKEALL, the *.ERR files have > >> > >>cpu.c: In function 'cleanup_before_linux': > >>cpu.c:64: warning: implicit declaration of function 'v7_f

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-02 Thread Tom
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:04 Tue 30 Jun , Tom Rix wrote: > >> On build of omap3 targets in MAKEALL, the *.ERR files have >> >> cpu.c: In function 'cleanup_before_linux': >> cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' >> cpu.c:64: warning: i

Re: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-07-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:04 Tue 30 Jun , Tom Rix wrote: > On build of omap3 targets in MAKEALL, the *.ERR files have > > cpu.c: In function 'cleanup_before_linux': > cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' > cpu.c:64: warning: implicit declaration of function 'get_device_type >

[U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all

2009-06-30 Thread Tom Rix
On build of omap3 targets in MAKEALL, the *.ERR files have cpu.c: In function 'cleanup_before_linux': cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' cpu.c:64: warning: implicit declaration of function 'get_device_type The functions v7_flush_dcache_all and get_device_typ