From 96a437f4aa12f79829f3a6e54d074dbc35ba0e6d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 8 Mar 2019 18:17:16 +0100 Subject: util/autoport: remove obsolete symbol SANDYBRIDGE_IVYBRIDGE_LVDS This symbol was removed in a6be58fecec5 ("nb/intel/sandybridge: Remove the C native graphic init") Signed-off-by: Alexander Couzens Change-Id: I87801552e1c37162897949ec0db3904f850f0bfe Reviewed-on: https://review.coreboot.org/c/coreboot/+/31823 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- util/autoport/sandybridge.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index ff78809312..582a8569ac 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -106,8 +106,6 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { PutPCIDev(addr, "Host bridge") /* FIXME:XX some configs are unsupported. */ - KconfigBool["SANDYBRIDGE_IVYBRIDGE_LVDS"] = true - KconfigBool["NORTHBRIDGE_INTEL_"+i.variant+"BRIDGE"] = true KconfigBool["USE_NATIVE_RAMINIT"] = true KconfigBool["INTEL_INT15"] = true -- cgit v1.2.3