diff options
author | Subrata Banik <subratabanik@google.com> | 2023-08-31 14:26:49 +0000 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-01 21:27:18 +0000 |
commit | 898678d8a22cd5b371f721728859e23b495c8bcd (patch) | |
tree | 8af91b6871f60891765cbed3a743a70568ef1885 /src | |
parent | ecf2b42e73d955737f9af7adf2bfcf9bcf29f41f (diff) |
drivers/mrc_cache: Fix extra space at the beginning of line
Change-Id: Ic49cb6c67aa707efa6495788137b550683008868
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77594
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/mrc_cache/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig index 71111537f6..22d14163ff 100644 --- a/src/drivers/mrc_cache/Kconfig +++ b/src/drivers/mrc_cache/Kconfig @@ -27,7 +27,7 @@ config MRC_WRITE_NV_LATE help MRC settings are normally written to NVRAM at BS_DEV_ENUMERATE-EXIT. If a platform requires MRC settings written to NVRAM later than - normal, select this item. This will cause the write to occur at + normal, select this item. This will cause the write to occur at BS_OS_RESUME_CHECK-ENTRY. config MRC_STASH_TO_CBMEM |