diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-21 10:32:59 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-29 11:26:06 +0200 |
commit | b06a249c3b766531ca247bb1278d34875f0d86e4 (patch) | |
tree | 1391e4ac2d85045e0eb80c423a4af53c44aad580 /src/mainboard/lenovo/t520/mainboard.c | |
parent | 501cce8b181500bab8a6f6e8634ac8bb45abfd1c (diff) | |
download | coreboot-b06a249c3b766531ca247bb1278d34875f0d86e4.tar.xz |
bd82x6x: Move calling of finalize() on resume to southbridge code
Change-Id: I6416cd5780fbda0b3c2e236ce98a9f9a508e70c6
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10293
Tested-by: build bot (Jenkins)
Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
Diffstat (limited to 'src/mainboard/lenovo/t520/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/t520/mainboard.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/t520/mainboard.c b/src/mainboard/lenovo/t520/mainboard.c index 2bfe5430af..a67459da65 100644 --- a/src/mainboard/lenovo/t520/mainboard.c +++ b/src/mainboard/lenovo/t520/mainboard.c @@ -38,12 +38,6 @@ #include <pc80/keyboard.h> #include <ec/lenovo/h8/h8.h> -void mainboard_suspend_resume(void) -{ - /* Call SMM finalize() handlers before resume */ - outb(0xcb, 0xb2); -} - static void mainboard_init(device_t dev) { RCBA32(0x38c8) = 0x00002005; |