[U-Boot] [PATCH resend] ARMV7/Vexpress: add missing get_ticks() and get_tbclk()

2012-02-22 Thread walimis
From: Liming Wang commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, arm/vexpress also needs these functions to work. Signed-off-by: Liming Wang --- board/armltd/vexpress/ca9x4_ct_vxp.c | 10 ++ 1 files changed, 10

Re: [U-Boot] [PATCH resend] ARMV7/Vexpress: add missing get_ticks() and get_tbclk()

2012-03-09 Thread Matt Waddel
On 02/22/2012 07:56 AM, walimis wrote: > From: Liming Wang > > commit f31a911fe (arm, post: add missing post_time_ms for arm) > enables get_ticks and get_tbclk for all arm based boards, > arm/vexpress also needs these functions to work. > > Signed-off-by: Liming Wang Acked-by: matt.wad...@lina

Re: [U-Boot] [PATCH resend] ARMV7/Vexpress: add missing get_ticks() and get_tbclk()

2012-03-26 Thread Anatolij Gustschin
Hi, On Wed, 22 Feb 2012 22:56:31 +0800 walimis wrote: > From: Liming Wang > > commit f31a911fe (arm, post: add missing post_time_ms for arm) > enables get_ticks and get_tbclk for all arm based boards, > arm/vexpress also needs these functions to work. > > Signed-off-by: Liming Wang > --- >