From cde4f3b2790d52ef38106c7ba91eea5d53e03a93 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 12 May 2022 23:07:52 +0200 Subject: acpi/gnvs.c: Drop unused pointer to the cbmem console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7e2018dbccead15fcd84e34df8207120d3a0c57c Signed-off-by: Arthur Heymans Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/64303 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Tim Wawrzynczak --- src/soc/amd/stoneyridge/acpi/globalnvs.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/stoneyridge/acpi/globalnvs.asl') diff --git a/src/soc/amd/stoneyridge/acpi/globalnvs.asl b/src/soc/amd/stoneyridge/acpi/globalnvs.asl index 7f3fe1b633..0c1c4d1f3c 100644 --- a/src/soc/amd/stoneyridge/acpi/globalnvs.asl +++ b/src/soc/amd/stoneyridge/acpi/globalnvs.asl @@ -9,7 +9,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve) { /* Miscellaneous */ - CBMC, 32, // 0x00 - 0x03 - coreboot Memory Console + , 32, // 0x00 - 0x03 - coreboot Memory Console PM1I, 64, // 0x04 - 0x0b - System Wake Source - PM1 Index GPEI, 64, // 0x0c - 0x13 - GPE Wake Source TMPS, 8, // 0x14 - Temperature Sensor ID -- cgit v1.2.3