]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: rmobile: kzm9g: Add CONFIG_GLOBAL_TIMER to board config file
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Fri, 3 Aug 2012 04:56:52 +0000 (13:56 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:24 +0000 (02:04 +0200)
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>
include/configs/kzm9g.h

index 1950f451cf113ce67c609e421819ad445c9b5254..3a882e396b2849dee202f3cbaee22cb5275b2a9b 100644 (file)
 #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 */