cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Change-Id: I9288ede88f822ff78dd9cb91020451dc935203a0 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48263 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Christian Walter <christian.walter@9elements.com>
This commit is contained in:
parent
161d809bc6
commit
9ddd9002cc
2 changed files with 11 additions and 11 deletions
|
|
@ -150,10 +150,10 @@ struct smm_loader_params {
|
|||
|
||||
/* The following are only used by X86_SMM_LOADER_VERSION2 */
|
||||
#if CONFIG(X86_SMM_LOADER_VERSION2)
|
||||
unsigned int smm_entry;
|
||||
unsigned int smm_main_entry_offset;
|
||||
unsigned int smram_start;
|
||||
unsigned int smram_end;
|
||||
uintptr_t smm_entry;
|
||||
uintptr_t smm_main_entry_offset;
|
||||
uintptr_t smram_start;
|
||||
uintptr_t smram_end;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue