• P
    arm: remove prototype for get_timer_masked · 6180ea7e
    Patrick Delaunay 提交于
    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: NPatrick Delaunay <patrick.delaunay@st.com>
    6180ea7e
timer.c 2.4 KB