[U-Boot] [PATCH 5/8] x86: Rename pcat_ to i8254 and i8259 accordingly
Simon Glass
sjg at chromium.org
Fri Oct 23 03:47:44 CEST 2015
On 22 October 2015 at 19:39, Bin Meng <bmeng.cn at gmail.com> wrote:
> Rename pcat_timer.c to i8254.c and pcat_interrupts.c to i8259.c,
> to match their header file names (i8254.h and i8259.h).
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/interrupts.c | 2 +-
> arch/x86/include/asm/u-boot-x86.h | 2 +-
> arch/x86/lib/Makefile | 4 ++--
> arch/x86/lib/{pcat_timer.c => i8254.c} | 2 +-
> arch/x86/lib/{pcat_interrupts.c => i8259.c} | 0
> arch/x86/lib/tsc_timer.c | 6 +++---
> include/configs/x86-common.h | 4 ++--
> 7 files changed, 10 insertions(+), 10 deletions(-)
> rename arch/x86/lib/{pcat_timer.c => i8254.c} (97%)
> rename arch/x86/lib/{pcat_interrupts.c => i8259.c} (100%)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list