From a969ed34dbaebc595e298f60810669f0e8a3bcd2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 15 Jun 2016 06:08:15 +0300 Subject: Move definitions of HIGH_MEMORY_SAVE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is more of ACPI S3 resume and x86 definition than CBMEM. Change-Id: Iffbfb2e30ab5ea0b736e5626f51c86c7452f3129 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/15190 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin Reviewed-by: Stefan Reinauer --- src/mainboard/lenovo/t400/romstage.c | 1 + src/mainboard/lenovo/x200/romstage.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t400/romstage.c b/src/mainboard/lenovo/t400/romstage.c index 486b738e51..16676faa02 100644 --- a/src/mainboard/lenovo/t400/romstage.c +++ b/src/mainboard/lenovo/t400/romstage.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c index 86a973fff1..91500f4774 100644 --- a/src/mainboard/lenovo/x200/romstage.c +++ b/src/mainboard/lenovo/x200/romstage.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3