Re: [U-Boot] [PATCH 11/20] dm: sandbox: Add os_localtime() to obtain the system time

2015-05-04 Thread Simon Glass
On 20 April 2015 at 12:37, Simon Glass s...@chromium.org wrote: Add a function to read the system time into U-Boot. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/cpu/os.c | 18 ++ include/os.h | 11 +++ 2 files changed, 29 insertions(+)

[U-Boot] [PATCH 11/20] dm: sandbox: Add os_localtime() to obtain the system time

2015-04-20 Thread Simon Glass
Add a function to read the system time into U-Boot. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/cpu/os.c | 18 ++ include/os.h | 11 +++ 2 files changed, 29 insertions(+) diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index