Re: [U-Boot] [PATCH 3/3] arc: use timer driver for ARC boards

2017-01-20 Thread Simon Glass
On 16 January 2017 at 06:49, Vlad Zakharov wrote: > 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 o

[U-Boot] [PATCH 3/3] arc: use timer driver for ARC boards

2017-01-16 Thread Vlad Zakharov
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