summaryrefslogtreecommitdiff
path: root/include/configs/x86-common.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-23 02:13:26 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2015-11-13 14:46:16 (GMT)
commit6c5052716e252d8ccbf161042b5a167fb1090030 (patch)
treea7d378d26174a990257f3a65d1af0408d7b7bb09 /include/configs/x86-common.h
parent9ac4fc82071ce346e3885118242ff45d22f69b82 (diff)
downloadu-boot-6c5052716e252d8ccbf161042b5a167fb1090030.tar.xz
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
CONFIG_SYS_NUM_IRQS is actually not something we can configure, but an architecture defined number of ISA IRQs. Move it from x86-common.h to asm/interrupt.h and rename it to SYS_NUM_IRQS. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index faadab8..2e90ef5 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -157,7 +157,6 @@
#define CONFIG_SYS_X86_TSC_TIMER
#define CONFIG_SYS_PCAT_INTERRUPTS
#define CONFIG_SYS_PCAT_TIMER
-#define CONFIG_SYS_NUM_IRQS 16
#define CONFIG_SYS_STACK_SIZE (32 * 1024)
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE