diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-08-03 13:56:52 +0900 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 02:04:24 +0200 |
commit | eae6c8abd285ea81cb3c75255c231dce77346f78 (patch) | |
tree | d0db6d1082718b5b473cff52df8f14392b520e3d /include/configs | |
parent | 2c541df90110e87bb9b241a04089336b06d45716 (diff) | |
download | u-boot-imx-eae6c8abd285ea81cb3c75255c231dce77346f78.zip u-boot-imx-eae6c8abd285ea81cb3c75255c231dce77346f78.tar.gz u-boot-imx-eae6c8abd285ea81cb3c75255c231dce77346f78.tar.bz2 |
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/configs')
-rw-r--r-- | include/configs/kzm9g.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |