rambi: don't invoke SMM finalization
The baytrail chipset controls when SMM finalization
is done. Therefore, don't duplicate work.
BUG=chrome-os-partner:24624
BRANCH=baytrail
TEST=Built and booted. Suspended. Resumed. Noted no
duplicate SMI.
Change-Id: Ib741355fc4a4f0a2464d16311dc2ea4bf262654c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/185202
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
1b50affb1f
commit
6eff475dae
1 changed files with 0 additions and 2 deletions
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
void mainboard_suspend_resume(void)
|
||||
{
|
||||
/* Call SMM finalize() handlers before resume */
|
||||
outb(0xcb, 0xb2);
|
||||
}
|
||||
|
||||
#if CONFIG_PCI_ROM_RUN || CONFIG_VGA_ROM_RUN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue