commit | 20a23ae062805ccc13af613b91248fd1fe4e1571 | [log] [tgz] |
---|---|---|
author | Xiubo Li <Li.Xiubo@freescale.com> | Fri Nov 21 17:40:55 2014 +0800 |
committer | York Sun <yorksun@freescale.com> | Thu Dec 11 09:41:45 2014 -0800 |
tree | eb23effa0293214ada8f650877544efd5a18ce75 | |
parent | 9d94642efc30908d626294280ed06637da38759e [diff] |
ARM: HYP/non-sec: Fix the ARCH Timer frequency setting. For some SoCs, the system clock frequency may not equal to the ARCH Timer's frequency. This patch uses the CONFIG_TIMER_CLK_FREQ instead of CONFIG_SYS_CLK_FREQ, then the system clock macro and arch timer macor could be set separately and without interfering each other. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>