From 0a4a4f7ae4188bccf4147196f08620453ef0633c Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 29 Apr 2017 18:39:32 +0200 Subject: mb/*/mainboard.c: Get rid of SPI AFC register MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The AFC—Additional Flash Control Register is set by southbridge code. Remove redundant calls and get rid of it in autoport. Change-Id: I627082e09dd055e3b3c4dd8e0b90965a9fcb4342 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/19493 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/lenovo/x220/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/lenovo/x220/mainboard.c') diff --git a/src/mainboard/lenovo/x220/mainboard.c b/src/mainboard/lenovo/x220/mainboard.c index f674720fa6..a28a5a30d1 100644 --- a/src/mainboard/lenovo/x220/mainboard.c +++ b/src/mainboard/lenovo/x220/mainboard.c @@ -33,7 +33,6 @@ static void mainboard_init(device_t dev) { RCBA32(0x38c8) = 0x00002005; RCBA32(0x38c4) = 0x00802005; - RCBA32(0x38c0) = 0x00000007; } // mainboard_enable is executed as first thing after -- cgit v1.2.3