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/mendocino/include/soc/nvs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/mendocino/include') diff --git a/src/soc/amd/mendocino/include/soc/nvs.h b/src/soc/amd/mendocino/include/soc/nvs.h index 928a310307..3d50e084d9 100644 --- a/src/soc/amd/mendocino/include/soc/nvs.h +++ b/src/soc/amd/mendocino/include/soc/nvs.h @@ -13,7 +13,7 @@ struct __packed global_nvs { /* Miscellaneous */ - uint32_t cbmc; /* 0x00 - 0x03 - coreboot Memory Console */ + uint32_t unused_was_cbmc; /* 0x00 - 0x03 - coreboot Memory Console */ uint64_t pm1i; /* 0x04 - 0x0b - System Wake Source - PM1 Index */ uint64_t gpei; /* 0x0c - 0x13 - GPE Wake Source */ }; -- cgit v1.2.3