From: Nobuhiro Iwamatsu Date: Fri, 3 Aug 2012 04:56:52 +0000 (+0900) Subject: arm: rmobile: kzm9g: Add CONFIG_GLOBAL_TIMER to board config file X-Git-Tag: v2012.10-rc3~15^2~29 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=eae6c8abd285ea81cb3c75255c231dce77346f78;p=karo-tx-uboot.git 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 Signed-off-by: Nobuhiro Iwamatsu --- 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 */