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>
This commit is contained in:
Nico Huber 2017-07-29 15:29:01 +02:00 committed by Martin Roth
parent d303311ce2
commit e48b3db519
1 changed files with 0 additions and 2 deletions

View File

@ -309,8 +309,6 @@ void pch_enable_lpc(void)
RestorePCI16Simple(sb, addr, 0x80) RestorePCI16Simple(sb, addr, 0x80)
RestorePCI32Simple(sb, addr, 0xac)
sb.WriteString(`} sb.WriteString(`}
void rcba_config(void) void rcba_config(void)