From 31df9893b9004938722dadcc025b337fed99ccab Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 4 Oct 2013 10:22:47 -0500 Subject: ARM: tegra: convert to common timer code Convert tegra to use the commmon timer code. Signed-off-by: Rob Herring --- include/configs/tegra-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/tegra-common.h') diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index fc49acb28f..522cd4133d 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -19,6 +19,9 @@ #include /* get chip and board defs */ +#define CONFIG_SYS_TIMER_RATE 1000000 +#define CONFIG_SYS_TIMER_COUNTER NV_PA_TMRUS_BASE + /* * Display CPU and Board information */ -- cgit v1.2.1