summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-08-03 13:56:52 +0900
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 02:04:24 +0200
commiteae6c8abd285ea81cb3c75255c231dce77346f78 (patch)
treed0db6d1082718b5b473cff52df8f14392b520e3d /include
parent2c541df90110e87bb9b241a04089336b06d45716 (diff)
downloadblackbird-obmc-uboot-eae6c8abd285ea81cb3c75255c231dce77346f78.tar.gz
blackbird-obmc-uboot-eae6c8abd285ea81cb3c75255c231dce77346f78.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kzm9g.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 1950f451cf..3a882e396b 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -135,6 +135,7 @@
#define CONFIG_SH_GPIO_PFC
/* Clock */
+#define CONFIG_GLOBAL_TIMER
#define CONFIG_SYS_CLK_FREQ (48000000)
#define CONFIG_SYS_CPU_CLK (1196000000)
#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
OpenPOWER on IntegriCloud