From d1a44a140b942d8452bdd415c8af33deaccf3c8c Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Tue, 26 Dec 2017 08:26:31 -0700 Subject: google/kahlee/BiosCallOuts.c: Remove platform_FchParams_reset Function platform_FchParams_reset() is now an empty function, remove it, its header declaration and its use. BUG=b:64140392 TEST=Build kahlee. Change-Id: I3f3efc072a2e198433d0e261dacbbd4a8ff327d7 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/22989 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/stoneyridge/BiosCallOuts.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/amd/stoneyridge/BiosCallOuts.c') diff --git a/src/soc/amd/stoneyridge/BiosCallOuts.c b/src/soc/amd/stoneyridge/BiosCallOuts.c index cb225ecd9e..4ddcedcdd9 100644 --- a/src/soc/amd/stoneyridge/BiosCallOuts.c +++ b/src/soc/amd/stoneyridge/BiosCallOuts.c @@ -27,6 +27,9 @@ #include #include "chip.h" +void __attribute__((weak)) platform_FchParams_reset( + FCH_RESET_DATA_BLOCK *FchParams_reset) {} + AGESA_STATUS agesa_fch_initreset(UINT32 Func, UINTN FchData, VOID *ConfigPtr) { AMD_CONFIG_PARAMS *StdHeader = ConfigPtr; -- cgit v1.2.3