Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/77594?usp=email )
Change subject: drivers/mrc_cache: Fix extra space at the beginning of line ......................................................................
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 --- M src/drivers/mrc_cache/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Martin L Roth: Looks good to me, approved Elyes Haouas: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig index 7111153..22d1416 100644 --- a/src/drivers/mrc_cache/Kconfig +++ b/src/drivers/mrc_cache/Kconfig @@ -27,7 +27,7 @@ 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