diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2019-09-22 11:22:11 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-09-27 16:22:08 +0000 |
commit | 99655530110135ebf9eeaf3532d90c38fafd9ce9 (patch) | |
tree | 12c0a914cbcb9ad11811dc05dd5d78364d918958 /src/mainboard/supermicro/x11-lga1151-series | |
parent | 0c9d8a4ef57aa96773815d60ed8e08af27af12fb (diff) | |
download | coreboot-99655530110135ebf9eeaf3532d90c38fafd9ce9.tar.xz |
mb/supermicro/x11-lga1151-series: remove unneeded vendor id config
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 <foss@mniewoehner.de>
Change-Id: If67c679bb342f63096902535734106e4f1651118
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35524
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/supermicro/x11-lga1151-series')
-rw-r--r-- | src/mainboard/supermicro/x11-lga1151-series/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |