Re: [U-Boot] [PATCH v2 06/23] Update time command to avoid using get_timer_masked()

2012-12-05 Thread Simon Glass
Hi, On Thu, Nov 22, 2012 at 11:12 AM, Simon Glass wrote: > It is better to use get_timer() by itself now, according to the new > timer API. > > Signed-off-by: Simon Glass > --- > Changes in v2: None I am going to drop this patch as Richard Genoud has refactored the code in a pending patch, so I

[U-Boot] [PATCH v2 06/23] Update time command to avoid using get_timer_masked()

2012-11-22 Thread Simon Glass
It is better to use get_timer() by itself now, according to the new timer API. Signed-off-by: Simon Glass --- Changes in v2: None common/cmd_time.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/cmd_time.c b/common/cmd_time.c index 6dbdbbf..f1891f9 100644 --