summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/kblrvp
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-10-15 11:46:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-17 03:07:19 +0000
commit37a977dde945de15464925d4501d4b85e01c3a16 (patch)
treec1870f70342c7f74f7da5f8f4195600a30399d71 /src/mainboard/intel/kblrvp
parentc78c46d433eb6103c943dc8f7db9fa970643acce (diff)
downloadcoreboot-37a977dde945de15464925d4501d4b85e01c3a16.tar.gz
coreboot-37a977dde945de15464925d4501d4b85e01c3a16.tar.bz2
coreboot-37a977dde945de15464925d4501d4b85e01c3a16.zip
Skylake boards: Drop setting useless `IRQ_SLOT_COUNT`
The `IRQ_SLOT_COUNT` value is only meaningful when generating a PIRQ table. None of these boards do it, so specifying this value achieves absolutely nothing. Drop it to prevent further useless copy-pasting. Change-Id: I2d63b850c03fc1471c0eef180e8b621311b2c336 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58362 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/intel/kblrvp')
-rw-r--r--src/mainboard/intel/kblrvp/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/kblrvp/Kconfig b/src/mainboard/intel/kblrvp/Kconfig
index e7ecfdfcb270..51f46ba1dfe1 100644
--- a/src/mainboard/intel/kblrvp/Kconfig
+++ b/src/mainboard/intel/kblrvp/Kconfig
@@ -20,10 +20,6 @@ config BOARD_SPECIFIC_OPTIONS
config VBOOT
select VBOOT_LID_SWITCH
-config IRQ_SLOT_COUNT
- int
- default 18
-
config MAINBOARD_DIR
default "intel/kblrvp"