driver/intel/fsp2_0: Add version parameter to FSP platform callback

Change-Id: Ibad1ad6bb9eedf2805981623e835db071d54c528
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/17497
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Andrey Petrov
2016-11-18 14:57:51 -08:00
committed by Aaron Durbin
parent 51c67601f1
commit f796c6e0ec
5 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ int fill_power_state(void)
return ps->prev_sleep_state;
}
void platform_fsp_memory_init_params_cb(FSPM_UPD *fspm_upd)
void platform_fsp_memory_init_params_cb(FSPM_UPD *fspm_upd, uint32_t version)
{
FSPM_ARCH_UPD *aupd;
const struct device *dev;