Change in coreboot[master]: util/autoport: Remove copy-pasting of PMIR register

Nico Huber has uploaded this change for review. ( https://review.coreboot.org/20817 Change subject: util/autoport: Remove copy-pasting of PMIR register ...................................................................... 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> --- M util/autoport/bd82x6x.go 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/20817/1 diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 026ae51..e23262c 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -309,8 +309,6 @@ RestorePCI16Simple(sb, addr, 0x80) - RestorePCI32Simple(sb, addr, 0xac) - sb.WriteString(`} void rcba_config(void) -- To view, visit https://review.coreboot.org/20817 To unsubscribe, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I119fb1212f360a59b695e2dfef68e19c330d01ca Gerrit-Change-Number: 20817 Gerrit-PatchSet: 1 Gerrit-Owner: Nico Huber <nico.h@gmx.de>
participants (1)
-
Nico Huber (Code Review)