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:
parent
e24d7953bb
commit
34fb497383
|
@ -27,6 +27,6 @@ config SMMSTORE_REGION
|
|||
|
||||
config SMMSTORE_FILENAME
|
||||
string "SMM store file name"
|
||||
default "smm store"
|
||||
default "smm_store"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue