diff options
author | Nico Huber <nico.h@gmx.de> | 2017-07-29 15:29:01 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-31 15:00:43 +0000 |
commit | e48b3db51951245c8c339d5316a9b78154a9c355 (patch) | |
tree | 0d060eb94c305ace8a80fefaede71dfffd3e65e6 /util | |
parent | d303311ce20c18ce8d7ebb68f937346a099d097a (diff) |
util/autoport: Remove copy-pasting of PMIR register
AFAIR from reviews, writing the PMIR (aka. ETR3) register never turned
out to do anything useful.
Change-Id: I119fb1212f360a59b695e2dfef68e19c330d01ca
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/20817
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util')
-rw-r--r-- | util/autoport/bd82x6x.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 026ae51f81..e23262c375 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -309,8 +309,6 @@ void pch_enable_lpc(void) RestorePCI16Simple(sb, addr, 0x80) - RestorePCI32Simple(sb, addr, 0xac) - sb.WriteString(`} void rcba_config(void) |