commit | 3936b4f0571b535558ee89038c37a93c1c2c23e6 | [log] [tgz] |
---|---|---|
author | Zhong Hongbo <bocui107@gmail.com> | Mon Jul 02 13:50:49 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:23 2012 +0200 |
tree | 868a67a9115ae3173498d032a3d6b6bc66b2ff54 | |
parent | 42e14f05214399e9362110867207e282b80b7977 [diff] |
arm/s5pxx: Fix get_timer_masked to get the time. In general, The get_timer_masked function get the system time, no the number of ticks. Such as the nand_wait_ready will use get_timer_masked to delay the operations. And change the system time to adopt to the CONFIG_SYS_HZ. Signed-off-by: Hongbo Zhong <bocui107@gmail.com> Tested-by: Jaehoon Chung<jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>