diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-03-08 18:17:16 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:25:47 +0000 |
commit | 96a437f4aa12f79829f3a6e54d074dbc35ba0e6d (patch) | |
tree | 80c99f7cfb1f74efcf17b40ee94c9b02c5d358d2 | |
parent | fb19974ae94ae5ddb009b9879f19b2f7fa20f5ff (diff) |
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 <lynxis@fe80.eu>
Change-Id: I87801552e1c37162897949ec0db3904f850f0bfe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31823
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | util/autoport/sandybridge.go | 2 |
1 files changed, 0 insertions, 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 |