diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-05-24 11:05:25 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-25 21:47:17 +0000 |
commit | 77df3ea3c3ae423fdff4e3ff89ab6dfe93d0fcb0 (patch) | |
tree | f66d1fd8b254881e834cd900d09ca4d7057932de /src/mainboard/google/guybrush | |
parent | db8a97a0e01fd87ab3f8e6893f8e0ccf98986e27 (diff) |
mb/google/guybrush: Remove unused sleep GPIO table
On Guybrush, there wasn't a need for a sleep GPIO table.
Remove the TODO and filler table and function to reduce
unnecessary function calls/overhead. Missed changes
to variant.h in initial commit(already merged)
BUG=b:232952508
TEST=Builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: Idba1a9eeea5ea5f5922281668ec17c4f065a654d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64643
Reviewed-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/include/baseboard/variants.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/variants.h b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/variants.h index ec9dec8136..b2457d6cb0 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/variants.h +++ b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/variants.h @@ -37,9 +37,6 @@ const struct soc_amd_gpio *variant_bootblock_gpio_table(size_t *size); /* This function provides GPIO settings before PCIe enumeration. */ const struct soc_amd_gpio *variant_pcie_gpio_table(size_t *size); -/* This function provides GPIO settings before entering sleep. */ -const struct soc_amd_gpio *variant_sleep_gpio_table(size_t *size); - /* This function provides GPIO settings for eSPI bus. */ const struct soc_amd_gpio *variant_espi_gpio_table(size_t *size); |