commit | 73e5d97e2444609905e97779fdd95b93ec988056 | [log] [tgz] |
---|---|---|
author | Shaojie Sun <shaojie.sun@linaro.com> | Wed Aug 21 17:04:34 2013 +0800 |
committer | Shaojie Sun <shaojie.sun@linaro.com> | Wed Aug 21 17:10:29 2013 +0800 |
tree | da88b9e7f6fb4212730d1664e4e9c31020419ba2 | |
parent | c1462e7ea1644e0bf942b265d0a3d4e7ab678fab [diff] |
modify clock rate from int to unsigned int. When clock is large than 2GHz, clock rate will overflow for using int type. So change clock rate type to unsigned int. Then clock rate can reach 4GHz. Signed-off-by: Shaojie Sun <shaojie.sun@linaro.com>