From 37a977dde945de15464925d4501d4b85e01c3a16 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 15 Oct 2021 11:46:11 +0200 Subject: Skylake boards: Drop setting useless `IRQ_SLOT_COUNT` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58362 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Michael Niewöhner --- src/mainboard/facebook/monolith/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/facebook/monolith') diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index 212ca828c8..50738f49d9 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -16,10 +16,6 @@ config BOARD_SPECIFIC_OPTIONS config CBFS_SIZE default 0x00900000 -config IRQ_SLOT_COUNT - int - default 18 - config MAINBOARD_DIR default "facebook/monolith" -- cgit v1.2.3