Skip to content
  • Vlad Zakharov's avatar
    arc: use timer driver for ARC boards · 3daa7c7b
    Vlad Zakharov authored
    
    
    This commit replaces legacy timer code with usage of arc timer
    driver.
    
    It removes arch/arc/lib/time.c file and selects CONFIG_CLK,
    CONFIG_TIMER and CONFIG_ARC_TIMER options for all ARC boards by default.
    Therefore we remove CONFIG_CLK option from less common axs101 and
    axs103 defconfigs.
    
    Also it removes legacy CONFIG_SYS_TIMER_RATE config symbol from
    axs10x.h, tb100.h and nsim.h configs files as it is no longer required.
    
    Signed-off-by: default avatarVlad Zakharov <vzakhar@synopsys.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    3daa7c7b