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:
parent
e6946c626a
commit
edae744467
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -27,10 +27,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Jecht"
|
||||
|
||||
config IRQ_SLOT_COUNT
|
||||
int
|
||||
default 18
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
|
|
Loading…
Reference in New Issue