[U-Boot] [PATCH 10/10] x86: tsc: Move tsc_timer.c to drivers/timer
Simon Glass
sjg at chromium.org
Fri Nov 6 13:08:40 CET 2015
On 5 November 2015 at 06:02, Bin Meng <bmeng.cn at gmail.com> wrote:
> To group all dm timer drivers together, move tsc timer to
> drivers/timer directory.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> arch/x86/lib/Makefile | 1 -
> drivers/timer/Kconfig | 7 +++++++
> drivers/timer/Makefile | 1 +
> {arch/x86/lib => drivers/timer}/tsc_timer.c | 0
> include/configs/x86-common.h | 2 --
> 5 files changed, 8 insertions(+), 3 deletions(-)
> rename {arch/x86/lib => drivers/timer}/tsc_timer.c (100%)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list