Re: [U-Boot] [PATCH v2 2/2] sandbox: add a sandbox timer and basic test

2015-11-06 Thread Simon Glass
On 30 October 2015 at 00:35, Thomas Chou wrote: > Add a sandbox timer which get time from host os and a basic > test. > > Signed-off-by: Thomas Chou > Reviewed-by: Simon Glass > --- > v2 > split board_f.c to another patch as suggested by Simon. > drop the penultimate comma in of_match ids. >

[U-Boot] [PATCH v2 2/2] sandbox: add a sandbox timer and basic test

2015-10-30 Thread Thomas Chou
Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou Reviewed-by: Simon Glass --- v2 split board_f.c to another patch as suggested by Simon. drop the penultimate comma in of_match ids. arch/sandbox/dts/sandbox.dts | 4 ++ board/s