[coreboot-gerrit] Change in ...coreboot[master]: smmstore: update smm store filename to use an underscore

Joel Kitching (Code Review) gerrit at coreboot.org
Tue Nov 27 10:28:38 CET 2018


Joel Kitching has uploaded this change for review. ( 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 at google.com>
Change-Id: If70772e17cc1668a28b376eeccfde0424e637b1a
---
M src/drivers/smmstore/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/29854/1

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

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29854
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If70772e17cc1668a28b376eeccfde0424e637b1a
Gerrit-Change-Number: 29854
Gerrit-PatchSet: 1
Gerrit-Owner: Joel Kitching <kitching at google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181127/d973baae/attachment.html>


More information about the coreboot-gerrit mailing list