Re: [U-Boot] [PATCH v2] exynos: Set CNTFRQ

2016-04-14 Thread Minkyu Kang
On 11/03/16 01:35, york sun wrote: > On 03/10/2016 05:18 AM, Alexander Graf wrote: >> 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) re

Re: [U-Boot] [PATCH v2] exynos: Set CNTFRQ

2016-03-10 Thread york sun
On 03/10/2016 05:18 AM, Alexander Graf wrote: > 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

Re: [U-Boot] [PATCH v2] exynos: Set CNTFRQ

2016-03-10 Thread york sun
On 03/10/2016 05:18 AM, Alexander Graf wrote: > 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

[U-Boot] [PATCH v2] exynos: Set CNTFRQ

2016-03-10 Thread Alexander Graf
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.