From 5edd51f3c22f774a869ea9c009d1922a33d6b619 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 15:01:13 +0100 Subject: security/intel/stm/StmPlatformSmm.c: Remove repeated word Change-Id: I45adc4622f2d3358c703259931bafc4511395a5a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49529 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/security/intel/stm/StmPlatformSmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security') diff --git a/src/security/intel/stm/StmPlatformSmm.c b/src/security/intel/stm/StmPlatformSmm.c index abd7667355..cbb111adf0 100644 --- a/src/security/intel/stm/StmPlatformSmm.c +++ b/src/security/intel/stm/StmPlatformSmm.c @@ -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); -- cgit v1.2.3