From: Heiko Schocher Date: Wed, 14 Sep 2011 19:34:33 +0000 (+0000) Subject: arm, post: add missing post_time_ms for arm X-Git-Tag: v2011.12-rc1~343^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f31a911fe2ceb59a810b295171da7668a9a87c92;p=kernel%2Fu-boot.git arm, post: add missing post_time_ms for arm Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD --- diff --git a/post/post.c b/post/post.c index 636d93f..dc9c0f2 100644 --- a/post/post.c +++ b/post/post.c @@ -500,7 +500,7 @@ void post_reloc(void) */ unsigned long post_time_ms(unsigned long base) { -#ifdef CONFIG_PPC +#if defined(CONFIG_PPC) || defined(CONFIG_ARM) return (unsigned long)(get_ticks() / (get_tbclk() / CONFIG_SYS_HZ)) - base; #else