aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c')
-rw-r--r--src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c
index 6aebe4f988..8ab4240c16 100644
--- a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c
+++ b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c
@@ -47,5 +47,5 @@ static const GPIO_CONTROL oem_gardenia_gpio[] = {
void platform_FchParams_reset(FCH_RESET_DATA_BLOCK *FchParams_reset)
{
- FchParams_reset->EarlyOemGpioTable = oem_gardenia_gpio;
+ FchParams_reset->EarlyOemGpioTable = (void *)oem_gardenia_gpio;
}