From 99655530110135ebf9eeaf3532d90c38fafd9ce9 Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Sun, 22 Sep 2019 11:22:11 +0200 Subject: mb/supermicro/x11-lga1151-series: remove unneeded vendor id config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vendor id option set here is useless as most SSVID registers get filled with 0x8086 (their VID) by default, anyway. Besides that the Kconfig option isn't meant for retrofit ports, cf. commit 7e1c83e31bd (Add Kconfig options to override Subsystem Vendor and Device ID). The right place would be the devicetree. Signed-off-by: Michael Niewöhner Change-Id: If67c679bb342f63096902535734106e4f1651118 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35524 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/mainboard/supermicro/x11-lga1151-series/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/supermicro/x11-lga1151-series') diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig index 54be4e0104..6fc9aed7f0 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig +++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig @@ -64,10 +64,6 @@ config MAX_CPUS int default 8 -config SUBSYSTEM_VENDOR_ID - hex - default 0x8086 - config CONSOLE_POST bool default y -- cgit v1.2.3