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:
Aaron Durbin 2014-02-06 10:33:12 -06:00 committed by chrome-internal-fetch
commit 6eff475dae

View file

@ -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