]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Wed, 8 Jan 2014 05:57:30 +0000 (14:57 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 8 Jan 2014 05:59:53 +0000 (14:59 +0900)
commit8f0960e8378e0fc14d6216f60910994c217d3d57
treef7a921e9158d23204523bec5af8f25183aedc94e
parentcdc902bd9cca9b5a14353f46435b8fa27c0db590
sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ

CONFIG_SYS_HZ of SH2 is not used as frequency of base timer. This is the
correct clock of CMT.
This changes from CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ, in order to use
CONFIG_SYS_HZ as clock of CMT.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
arch/sh/lib/time_sh2.c
include/configs/rsk7203.h
include/configs/rsk7264.h
include/configs/rsk7269.h