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/apple/macbookair4_2/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/apple/macbookair4_2') diff --git a/src/mainboard/apple/macbookair4_2/mainboard.c b/src/mainboard/apple/macbookair4_2/mainboard.c index 2a0e45c18273..68e12fe00362 100644 --- a/src/mainboard/apple/macbookair4_2/mainboard.c +++ b/src/mainboard/apple/macbookair4_2/mainboard.c @@ -21,7 +21,6 @@ static void mainboard_init(device_t dev) { RCBA32(0x38c8) = 0x00002005; RCBA32(0x38c4) = 0x00800000; - RCBA32(0x38c0) = 0x00000007; } static void mainboard_enable(device_t dev) -- cgit v1.2.3