commit | d502ee01bf2b1dbecca323fc171e55fa4a7bf20c | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Mar 12 10:46:06 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 19 16:14:20 2018 -0400 |
tree | 90aa603cd5c6be10bafa2837f39e45d18a459b37 | |
parent | 329827a0967b47aa1128a41170df65e7b75b4c0a [diff] |
arm: armv7: solve issue for timer_rate_hz in arch timer The current value timer_rate_hz causes a problem with function timer_get_us() from lib time and then an issue with readx_poll_timeout() function. With corrected value for tbclk() = timer_rate_hz = CONFIG_SYS_HZ_CLOCK the weak functions in lib timer can be used: - get_timer() - __udelay() So the specific function in this file are removed. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>