drop unneeded IRQ_SLOT_COUNTs

This is only needed on boards that still provide old style PIRQ
tables.

Change-Id: Ie299de2937e5b91b7b3e1d1110e40be23c6d9f52
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10508
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Stefan Reinauer 2015-06-10 16:37:13 -07:00
parent e6946c626a
commit edae744467
4 changed files with 0 additions and 16 deletions

View File

@ -27,10 +27,6 @@ config BOOTBLOCK_MAINBOARD_INIT
string
default "mainboard/emulation/qemu-q35/bootblock.c"
#config IRQ_SLOT_COUNT
# int
# default 6
config MMCONF_BASE_ADDRESS
hex
default 0xb0000000

View File

@ -39,10 +39,6 @@ config MAINBOARD_PART_NUMBER
string
default "GA-B75M-D3H"
config IRQ_SLOT_COUNT
int
default 18
config MAX_CPUS
int
default 8

View File

@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER
string
default "GA-B75M-D3V"
config IRQ_SLOT_COUNT
int
default 18
config MAX_CPUS
int
default 8

View File

@ -27,10 +27,6 @@ config MAINBOARD_PART_NUMBER
string
default "Jecht"
config IRQ_SLOT_COUNT
int
default 18
config MAX_CPUS
int
default 8