aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/BiosCallOuts.c
diff options
context:
space:
mode:
authorRichard Spiegel <richard.spiegel@silverbackltd.com>2017-12-26 08:26:31 -0700
committerMartin Roth <martinroth@google.com>2018-01-23 05:46:04 +0000
commitd1a44a140b942d8452bdd415c8af33deaccf3c8c (patch)
tree1823e0d49def360c08cb46c6edb026d419cca212 /src/soc/amd/stoneyridge/BiosCallOuts.c
parentba29c9992cc0ebb5724583a4ace6499feb70efdc (diff)
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 <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/22989 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/BiosCallOuts.c')
-rw-r--r--src/soc/amd/stoneyridge/BiosCallOuts.c3
1 files changed, 3 insertions, 0 deletions
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 <amdblocks/dimm_spd.h>
#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;