From 9961a0b6fbe199cd7b08203415a905c4c7d0a731 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Fri, 30 Oct 2015 15:35:52 +0800 Subject: sandbox: add a sandbox timer and basic test Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou Reviewed-by: Simon Glass --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 2a68203..b0fe501 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -19,7 +19,9 @@ #define CONFIG_IO_TRACE #define CONFIG_CMD_IOTRACE +#ifndef CONFIG_TIMER #define CONFIG_SYS_TIMER_RATE 1000000 +#endif #define CONFIG_SYS_STDIO_DEREGISTER -- cgit v1.1