drivers/intel/fsp2_0/notify: Fix compilation under x86_64
Change-Id: Id63b9b372bf23e80e25b7dbef09d1b8bfa9be069 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48168 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
3805354ff9
commit
90fda02f60
|
@ -57,7 +57,7 @@ static void fsp_notify(enum fsp_notify_phase phase)
|
||||||
|
|
||||||
static void fsp_notify_dummy(void *arg)
|
static void fsp_notify_dummy(void *arg)
|
||||||
{
|
{
|
||||||
enum fsp_notify_phase phase = (uint32_t)arg;
|
enum fsp_notify_phase phase = (uint32_t)(uintptr_t)arg;
|
||||||
|
|
||||||
display_mtrrs();
|
display_mtrrs();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue