summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Myers <edmyers@tycho.nsa.gov>2021-06-16 09:12:33 -0400
committerStefan Reinauer <stefan.reinauer@coreboot.org>2023-06-10 07:22:29 +0000
commit1c13f8d85c7306213cd525308ee8973e5663a3f8 (patch)
tree31c614ff69744d398bda2757b1084bfb8199c9d8
parent92c1a19c79df22206e51c7506d1f75c653dcb54f (diff)
downloadcoreboot-1c13f8d85c7306213cd525308ee8973e5663a3f8.tar.gz
coreboot-1c13f8d85c7306213cd525308ee8973e5663a3f8.tar.bz2
coreboot-1c13f8d85c7306213cd525308ee8973e5663a3f8.zip
security/intel/stm/Makefile.inc: Fix typo
In both the Kconfig and Makefile in this directory, "STM_TTYS0_BASE" is used. Therefore, fix the typo. Original-Change-Id: Ie83ec31c7bb0f6805c0225ee7405e137a666a5d3 Original-Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com> Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/51206 Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com> Original-Reviewed-by: Eugene Myers <cedarhouse1@comcast.net> Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Change-Id: I8aa81a51380d48b172284e534ffd203f30a10286 Signed-off-by: Eugene Myers <edmyers@tycho.nsa.gov> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55624 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/security/intel/stm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/intel/stm/Makefile.inc b/src/security/intel/stm/Makefile.inc
index 3f5b9ee5c6de..d4da605bd7f3 100644
--- a/src/security/intel/stm/Makefile.inc
+++ b/src/security/intel/stm/Makefile.inc
@@ -11,7 +11,7 @@ ramstage-$(CONFIG_STM) += StmPlatformResource.c
3rdparty/stm/Stm/build/StmPkg/Core/stm.bin: $(obj)/config.h
$(MAKE) -C src/security/intel/stm \
- CONFIG_STM_TTYSO_BASE=$(CONFIG_STM_TTYSO_BASE) \
+ CONFIG_STM_TTYS0_BASE=$(CONFIG_STM_TTYS0_BASE) \
CONFIG_STM_HEAPSIZE=$(CONFIG_STM_HEAPSIZE) \
CONFIG_STM_CONSOLE_DEBUG=$(CONFIG_STM_CONSOLE_DEBUG) \
CONFIG_STM_CONSOLE_RELEASE=$(CONFIG_STM_CONSOLE_RELEASE) \