cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word
Change-Id: I478f8ab0cf0a4004b4d7294efb330dc800253e4a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49509 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
27af8a7e5d
commit
398df49d3f
|
@ -134,7 +134,7 @@ void smm_info(uintptr_t *perm_smbase, size_t *perm_smsize,
|
|||
if (smm_reloc_params.ied_size)
|
||||
setup_ied_area(&smm_reloc_params);
|
||||
|
||||
/* This may not be be correct for older CPU's supported by this code,
|
||||
/* This may not be correct for older CPU's supported by this code,
|
||||
but given that em64t101_smm_state_save_area_t is larger than the
|
||||
save_state of these CPU's it works. */
|
||||
*smm_save_state_size = sizeof(em64t101_smm_state_save_area_t);
|
||||
|
|
Loading…
Reference in New Issue