summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-b75m-d3h/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/gigabyte/ga-b75m-d3h/mainboard.c
parentdb508565d2483394b709654c57533e55eebace51 (diff)
downloadcoreboot-0a4a4f7ae4188bccf4147196f08620453ef0633c.tar.gz
coreboot-0a4a4f7ae4188bccf4147196f08620453ef0633c.tar.bz2
coreboot-0a4a4f7ae4188bccf4147196f08620453ef0633c.zip
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/gigabyte/ga-b75m-d3h/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c b/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
index 7b1c5065d3a2..d1fcfbca8b52 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
@@ -36,7 +36,6 @@ static void mainboard_init(device_t dev)
{
RCBA32(0x38c8) = 0x00002005;
RCBA32(0x38c4) = 0x00802005;
- RCBA32(0x38c0) = 0x00000007;
RCBA32(0x2240) = 0x00330e71;
RCBA32(0x2244) = 0x003f0eb1;
RCBA32(0x2248) = 0x002102cd;