From 4ecad8a62942a460b177f34f1eea7326614025f4 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 10 Mar 2016 14:18:44 +0100 Subject: 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 Fixes: 73a1cb27 Reviewed-by: York Sun Signed-off-by: Minkyu Kang --- include/configs/exynos-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/exynos-common.h') diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 852829c..b61f889 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 -- cgit v1.1