aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/l520/mainboard.c
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2017-04-29 18:39:32 +0200
committerNico Huber <nico.h@gmx.de>2017-05-01 14:02:19 +0200
commit0a4a4f7ae4188bccf4147196f08620453ef0633c (patch)
tree8b9a6848f450cb6f468ada32f39ccd792400703b /src/mainboard/lenovo/l520/mainboard.c
parentdb508565d2483394b709654c57533e55eebace51 (diff)
mb/*/mainboard.c: Get rid of SPI AFC register
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 <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/19493 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo/l520/mainboard.c')
-rw-r--r--src/mainboard/lenovo/l520/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/l520/mainboard.c b/src/mainboard/lenovo/l520/mainboard.c
index d10283c50a..f7332256c4 100644
--- a/src/mainboard/lenovo/l520/mainboard.c
+++ b/src/mainboard/lenovo/l520/mainboard.c
@@ -24,7 +24,6 @@ static void mainboard_init(device_t dev)
{
RCBA32(0x38c8) = 0x00000000;
RCBA32(0x38c4) = 0x00000000;
- RCBA32(0x38c0) = 0x00000000;
}
static void mainboard_enable(device_t dev)