From a7aa57a6ed22460f7d9df0019d157e1803a7cb8e Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 5 Mar 2017 14:23:14 +0200 Subject: biostar/am1ml: Switch away from AGESA_LEGACY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I11ce2a558fe12f8f163dbe3dc52952a273b813ee Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20722 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/biostar/am1ml/mainboard.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mainboard/biostar/am1ml/mainboard.c') diff --git a/src/mainboard/biostar/am1ml/mainboard.c b/src/mainboard/biostar/am1ml/mainboard.c index 076b30cf6e..f4ea2f3bab 100644 --- a/src/mainboard/biostar/am1ml/mainboard.c +++ b/src/mainboard/biostar/am1ml/mainboard.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include @@ -111,9 +111,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(); - /* Initialize the PIRQ data structures for consumption */ pirq_setup(); } -- cgit v1.2.3