From 46379c74ad829863a616e0d35aeea9c7fd344c33 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 4 Mar 2017 07:50:38 +0200 Subject: amd/parmer: Switch away from AGESA_LEGACY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3730bf87030b7e20991e1de00d2024e4b02f4c19 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20718 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/parmer/mainboard.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainboard/amd/parmer/mainboard.c') diff --git a/src/mainboard/amd/parmer/mainboard.c b/src/mainboard/amd/parmer/mainboard.c index e3021fbdaf..1e471bc2c2 100644 --- a/src/mainboard/amd/parmer/mainboard.c +++ b/src/mainboard/amd/parmer/mainboard.c @@ -22,7 +22,8 @@ #include #include #include -#include +#include +#include /************************************************* * enable the dedicated function in parmer board. @@ -30,9 +31,6 @@ static void mainboard_enable(device_t dev) { printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n"); - - if (acpi_is_wakeup_s3()) - agesawrapper_fchs3earlyrestore(); } struct chip_operations mainboard_ops = { -- cgit v1.2.3