
On 22 October 2015 at 19:39, Bin Meng bmeng.cn@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@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@chromium.org