diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2023-07-27 10:24:53 -0400 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-28 15:31:46 +0000 |
commit | 1a02f0935ae6a6d480feef27b59ae2ae139d2d61 (patch) | |
tree | cb4d142d344d7d56dde4192d5f38309496f8846c /src/soc/amd | |
parent | aae52ef4b35a9dd2b27c2fe28083dee4e87e8d05 (diff) |
soc/amd/commonn/block/include/psp_efs.h: Remove unused function
Commit 49d8aa7043ea ("soc/amd/common/block/psp: Unmap EFS region after
use") removed the 'efs_is_valid' function but left the function
signature in the header file.
TEST=stoney/picasso/cezanne/mendocino/phoenix builds
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: Ib596946679b50be63868af57e3428b4d65845419
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76750
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/psp_efs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/psp_efs.h b/src/soc/amd/common/block/include/amdblocks/psp_efs.h index 1f87b8527b..1608ce58ed 100644 --- a/src/soc/amd/common/block/include/amdblocks/psp_efs.h +++ b/src/soc/amd/common/block/include/amdblocks/psp_efs.h @@ -61,7 +61,6 @@ struct embedded_firmware { uint32_t reserved_4Ch; } __attribute__((packed, aligned(16))); -bool efs_is_valid(void); bool read_efs_spi_settings(uint8_t *mode, uint8_t *speed); #endif /* AMD_COMMON_PSP_EFS_H */ |