Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/29854 )
Change subject: smmstore: update smm store filename to use an underscore ......................................................................
smmstore: update smm store filename to use an underscore
Rename "smm store" to "smm_store".
BUG=b:120060878 TEST=None
Signed-off-by: Joel Kitching kitching@google.com Change-Id: If70772e17cc1668a28b376eeccfde0424e637b1a Reviewed-on: https://review.coreboot.org/c/29854 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Duncan Laurie dlaurie@chromium.org --- M src/drivers/smmstore/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Duncan Laurie: Looks good to me, approved
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig index 4bb48f7..d7063df 100644 --- a/src/drivers/smmstore/Kconfig +++ b/src/drivers/smmstore/Kconfig @@ -27,6 +27,6 @@
config SMMSTORE_FILENAME string "SMM store file name" - default "smm store" + default "smm_store"
endif