
10 Apr
2012
10 Apr
'12
11:42 p.m.
On Thu, 5 Apr 2012 15:05:17 -0700 Simon Glass sjg@chromium.org wrote:
The standalone example does not have get_timer() defined, so we cannot rely on it being available.
Move the timer function into boootstage.c to avoid this problem.
This corrects a build breakage for the standalone example on some boards.
Signed-off-by: Simon Glass sjg@chromium.org
common/bootstage.c | 17 +++++++++++++++++ include/bootstage.h | 7 +++++++ include/common.h | 7 ------- lib/time.c | 17 ----------------- 4 files changed, 24 insertions(+), 24 deletions(-)
Applied to u-boot-staging/agust@denx.de.
Thanks, Anatolij