security/intel/stm/StmPlatformSmm.c: Remove repeated word
Change-Id: I45adc4622f2d3358c703259931bafc4511395a5a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49529 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
f669c81cf4
commit
5edd51f3c2
|
@ -164,7 +164,7 @@ void stm_setup(uintptr_t mseg, int cpu, uintptr_t smbase,
|
|||
stm_resource_heap = (uint8_t *) addr_calc;
|
||||
printk(BIOS_DEBUG, "STM: stm_resource_heap located at %p\n",
|
||||
stm_resource_heap);
|
||||
//setup the the list
|
||||
//setup the list
|
||||
add_resources_cmd();
|
||||
|
||||
stm_load_status = load_stm_image(mseg);
|
||||
|
|
Loading…
Reference in New Issue