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:
Elyes HAOUAS 2021-01-16 15:01:13 +01:00 committed by Patrick Georgi
parent f669c81cf4
commit 5edd51f3c2
1 changed files with 1 additions and 1 deletions

View File

@ -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);