diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2020-01-19 10:21:56 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-20 17:40:26 +0000 |
commit | 80556ec247134ff54c1a9422c5007f5619e7b854 (patch) | |
tree | 6a8a7ccb857d2ec91968724f499beba977377ff6 /src/drivers/smmstore/Kconfig | |
parent | a682fc81aeb8d25bb696a2774988f343a9b15131 (diff) |
drivers/smmstore: Clarify Kconfig cbfs wording
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: Ibb37c2d99c1a95b1d37bec784c98e636da4836d9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38470
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/smmstore/Kconfig')
-rw-r--r-- | src/drivers/smmstore/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig index 668f876164..333f5e1d7c 100644 --- a/src/drivers/smmstore/Kconfig +++ b/src/drivers/smmstore/Kconfig @@ -21,7 +21,7 @@ config SMMSTORE_IN_CBFS bool default n help - Select this if you want to the SMMSTORE region in a + Select this if you want to add an SMMSTORE region to a cbfsfile in a cbfs FMAP region if SMMSTORE |