From a0b4a8d8197421b6454d0614deeef1eef575bdd1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 15 Jun 2014 14:28:23 +0300 Subject: ACPI: Remove CBMEM TOC from GNVS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This existed for ChromeOS but was no longer used with DYNAMIC_CBMEM. Change-Id: I558a7ae333e5874670206e20a147dd6598a3a5e7 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6032 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/slippy/acpi_tables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/google/slippy') diff --git a/src/mainboard/google/slippy/acpi_tables.c b/src/mainboard/google/slippy/acpi_tables.c index 7a3ccea50c..7f596b707c 100644 --- a/src/mainboard/google/slippy/acpi_tables.c +++ b/src/mainboard/google/slippy/acpi_tables.c @@ -72,9 +72,6 @@ static void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* CBMEM TOC */ - gnvs->cmem = 0; - /* TPM Present */ gnvs->tpmp = 1; -- cgit v1.2.3