From 28c860b23fb2dd1affec909e98f25c58324e2140 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 8 Nov 2013 08:40:44 -0600 Subject: sandbox: convert to common time functions Convert sandbox to use common time functions. Signed-off-by: Rob Herring --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index bce4fcf..0884ad3 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -16,6 +16,8 @@ #endif +#define CONFIG_SYS_TIMER_RATE 1000000 + #define CONFIG_BOOTSTAGE #define CONFIG_BOOTSTAGE_REPORT -- cgit v1.1