summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson/hudson.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-02 04:55:46 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-03 03:45:23 +0000
commitf82437852634d21f1ba2ee7a31ec825220807224 (patch)
tree38e77e6645c3ed2e40124d1345525e93be80fb08 /src/southbridge/amd/agesa/hudson/hudson.h
parentc487ac1a9fea07023ca3a8e95b8f44eb67a9a01d (diff)
downloadcoreboot-f82437852634d21f1ba2ee7a31ec825220807224.tar.xz
AGESA,binaryPI: Remove unused s3_load/save_nvram
This is access to BIOSRAM region in ACPIMMIO. While we use the region, we do not use these functions. Change-Id: I39d1ae811cfe23595587ae0fe51c6549ecbaba6c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37408 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/hudson.h')
-rw-r--r--src/southbridge/amd/agesa/hudson/hudson.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/amd/agesa/hudson/hudson.h b/src/southbridge/amd/agesa/hudson/hudson.h
index 18303fc5cb..4927a3adfd 100644
--- a/src/southbridge/amd/agesa/hudson/hudson.h
+++ b/src/southbridge/amd/agesa/hudson/hudson.h
@@ -65,9 +65,6 @@ void hudson_lpc_port80(void);
void hudson_pci_port80(void);
void hudson_clk_output_48Mhz(void);
-int s3_save_nvram_early(u32 dword, int size, int nvram_pos);
-int s3_load_nvram_early(int size, u32 *old_dword, int nvram_pos);
-
void hudson_enable(struct device *dev);
#endif /* HUDSON_H */