Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-28 Thread Holger Brunck
Hi, On 11/27/2011 08:07 AM, Marek Vasut wrote: >>> commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, but kirkwood has currently no implementation for this. So undefine this for kirkwood b

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Marek Vasut
ar > > > > Cc: u-boot@lists.denx.de; valen...@theia.denx.de; Longchamp; Heiko > > > > Schocher; Holger Brunck > > > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post tests > > > > on > > > > > > kirkwood > > > &

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Prafulla Wadaskar
ts.denx.de [mailto:u-boot- > > > > > > boun...@lists.denx.de] > > > > > > > > On Behalf Of Marek Vasut > > > > > Sent: 25 November 2011 14:22 > > > > > To: u-boot@lists.denx.de > > > > > Cc: valen...@theia.denx.de

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Marek Vasut
ehalf Of Marek Vasut > > > > Sent: 25 November 2011 14:22 > > > > To: u-boot@lists.denx.de > > > > Cc: valen...@theia.denx.de; Longchamp; Heiko Schocher; Holger Brunck > > > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post tests > > &g

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Prafulla Wadaskar
t@lists.denx.de > > > Cc: valen...@theia.denx.de; Longchamp; Heiko Schocher; Holger Brunck > > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post tests > on > > > kirkwood > > > > > > > commit f31a911fe (arm, post: add missing post_time_ms f

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-25 Thread Marek Vasut
lger Brunck > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post tests on > > kirkwood > > > > > commit f31a911fe (arm, post: add missing post_time_ms for arm) > > > enables get_ticks and get_tbclk for all arm based boards, > > > but kirkw

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-25 Thread Prafulla Wadaskar
[U-Boot] [PATCH] post: fix compile issue for post tests on > kirkwood > > > commit f31a911fe (arm, post: add missing post_time_ms for arm) > > enables get_ticks and get_tbclk for all arm based boards, > > but kirkwood has currently no implementation for this. So > > un

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-25 Thread Marek Vasut
> commit f31a911fe (arm, post: add missing post_time_ms for arm) > enables get_ticks and get_tbclk for all arm based boards, > but kirkwood has currently no implementation for this. So > undefine this for kirkwood boards. So this means the kirkwood timer doesn't conform to current timer api? Why w

[U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-24 Thread Holger Brunck
commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, but kirkwood has currently no implementation for this. So undefine this for kirkwood boards. Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Prafulla Wadaskar cc: Valenti