diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-10-22 19:13:30 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2015-11-13 06:46:18 -0800 |
commit | da3fe247591e17dead357f05f69124c54aa13a01 (patch) | |
tree | b508cd98120839f343e77980f4c02f8c5b151e0f /include/configs/x86-common.h | |
parent | bffeed0158bc5114a9542ff83c716e352841dcfb (diff) |
x86: Rename pcat_ to i8254 and i8259 accordingly
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>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/x86-common.h')
-rw-r--r-- | include/configs/x86-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 2e90ef509d..58d2f427de 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -155,8 +155,8 @@ */ #define CONFIG_SYS_X86_TSC_TIMER -#define CONFIG_SYS_PCAT_INTERRUPTS -#define CONFIG_SYS_PCAT_TIMER +#define CONFIG_I8259_PIC +#define CONFIG_I8254_TIMER #define CONFIG_SYS_STACK_SIZE (32 * 1024) #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |