summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-10-04 10:22:47 -0500
committerTom Rini <trini@ti.com>2013-11-04 11:24:22 -0500
commit31df9893b9004938722dadcc025b337fed99ccab (patch)
tree07c31d05e58ddea9fa41d6f8536e747d3bcd2ccb /include/configs
parent23ab7ee0ffa9d5efd0b4ad830befba306d24a327 (diff)
downloadtalos-obmc-uboot-31df9893b9004938722dadcc025b337fed99ccab.tar.gz
talos-obmc-uboot-31df9893b9004938722dadcc025b337fed99ccab.zip
ARM: tegra: convert to common timer code
Convert tegra to use the commmon timer code. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra-common.h3
1 files changed, 3 insertions, 0 deletions
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 <asm/arch/tegra.h> /* 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
*/
OpenPOWER on IntegriCloud