diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-04-29 18:39:32 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-05-01 14:02:19 +0200 |
commit | 0a4a4f7ae4188bccf4147196f08620453ef0633c (patch) | |
tree | 8b9a6848f450cb6f468ada32f39ccd792400703b /src/mainboard/sapphire | |
parent | db508565d2483394b709654c57533e55eebace51 (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/sapphire')
-rw-r--r-- | src/mainboard/sapphire/pureplatinumh61/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sapphire/pureplatinumh61/mainboard.c b/src/mainboard/sapphire/pureplatinumh61/mainboard.c index 926031da5b..8e93ff58e1 100644 --- a/src/mainboard/sapphire/pureplatinumh61/mainboard.c +++ b/src/mainboard/sapphire/pureplatinumh61/mainboard.c @@ -22,7 +22,6 @@ static void mainboard_init(device_t dev) { RCBA32(0x38c8) = 0x00002009; RCBA32(0x38c4) = 0x00802009; - RCBA32(0x38c0) = 0x00000007; } static void mainboard_enable(device_t dev) |