summaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 15:01:13 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-18 07:46:13 +0000
commit5edd51f3c22f774a869ea9c009d1922a33d6b619 (patch)
tree128f29836f7a7b52f9275de1cd96551a050ff5bd /src/security
parentf669c81cf47f91ba66c22db15a6ef911e6e15e50 (diff)
downloadcoreboot-5edd51f3c22f774a869ea9c009d1922a33d6b619.tar.xz
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>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/intel/stm/StmPlatformSmm.c2
1 files changed, 1 insertions, 1 deletions
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);