summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-03-10 14:18:44 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2016-04-14 19:41:05 +0900
commit4ecad8a62942a460b177f34f1eea7326614025f4 (patch)
tree3bd43f28fc9a5a90598ddf9e2311c2e8d6188198 /include
parent3af65c3f55442f5a48e1657ec9e3fafffd7be0bc (diff)
downloadblackbird-obmc-uboot-4ecad8a62942a460b177f34f1eea7326614025f4.tar.gz
blackbird-obmc-uboot-4ecad8a62942a460b177f34f1eea7326614025f4.zip
exynos: Set CNTFRQ
Commit 73a1cb27 moved the check whether we should set the architected timer frequency from CONFIG_SYS_CLK_FREQ to CONFIG_TIMER_CLK_FREQ, but did not update all users of it. The one where I (finally) realized why KVM didn't work is the Arndale board, so this patch adds the respective define to it. Signed-off-by: Alexander Graf <agraf@suse.de> Fixes: 73a1cb27 Reviewed-by: York Sun <york.sun@nxp.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 852829c344..b61f889b5c 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -31,6 +31,7 @@
/* input clock of PLL: 24MHz input clock */
#define CONFIG_SYS_CLK_FREQ 24000000
+#define CONFIG_TIMER_CLK_FREQ CONFIG_SYS_CLK_FREQ
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
OpenPOWER on IntegriCloud