mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
arm: rmobile: kzm9g: Add CONFIG_GLOBAL_TIMER to board config file
kzm9g board use global timer. But by commit 813ffda31, timer function of rmobile was changed that global timer might be used, when CONFIG_GLOBAL_TIMER was defined. This add CONFIG_GLOBAL_TIMER to board config file. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
2c541df901
commit
eae6c8abd2
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
||||||
#define CONFIG_SH_GPIO_PFC
|
#define CONFIG_SH_GPIO_PFC
|
||||||
|
|
||||||
/* Clock */
|
/* Clock */
|
||||||
|
#define CONFIG_GLOBAL_TIMER
|
||||||
#define CONFIG_SYS_CLK_FREQ (48000000)
|
#define CONFIG_SYS_CLK_FREQ (48000000)
|
||||||
#define CONFIG_SYS_CPU_CLK (1196000000)
|
#define CONFIG_SYS_CPU_CLK (1196000000)
|
||||||
#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
|
#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
|
||||||
|
|
Loading…
Reference in a new issue