| Submitter | Nobuhiro Iwamatsu |
|---|---|
| Date | Aug. 3, 2012, 8:09 a.m. |
| Message ID | <1343981389-19454-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> |
| Download | mbox | patch |
| Permalink | /patch/174934/ |
| State | Accepted |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Comments
Patch
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 1950f45..3a882e3 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 */
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> --- include/configs/kzm9g.h | 1 + 1 file changed, 1 insertion(+)