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>
This commit is contained in:
Joel Kitching 2018-11-27 17:27:47 +08:00 committed by Patrick Georgi
parent e24d7953bb
commit 34fb497383
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ config SMMSTORE_REGION
config SMMSTORE_FILENAME
string "SMM store file name"
default "smm store"
default "smm_store"
endif