commit | 9858a602aedce90b9bc42bfbeb6098d181990caa | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Oct 05 11:33:52 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 10 13:35:09 2018 -0400 |
tree | a35c6b51dcf5d03740f25a8a5c922f99885010ec | |
parent | 94a08593e9a99ee018a50acd5ce64446314b606f [diff] |
arm: remove prototype for get_timer_masked The interruption support had be removed for ARM architecture and the function get_timer_masked() is no more used except in some the timer.c files. This patch clean each timer.c which implement this function and remove the associated prototype in u-boot-arm.h For timer.c, I don't verify if the weak version of get_timer (in lib/time.c) can be used Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>