Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42272 )
Change subject: chromeos/cr50_enable_update.c: Fix comment with rename ......................................................................
chromeos/cr50_enable_update.c: Fix comment with rename
Rename VB2_RECOVERY_TRAIN_AND_REBOOT to VB2_RECOVERY_FORCE_REBOOT.
BUG=b:154071064 BRANCH=none TEST=none
Change-Id: Ie354feba8343fcccaa228351aa0b446a0a49b1b0 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M src/vendorcode/google/chromeos/cr50_enable_update.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/42272/1
diff --git a/src/vendorcode/google/chromeos/cr50_enable_update.c b/src/vendorcode/google/chromeos/cr50_enable_update.c index e30fe2a..af30379 100644 --- a/src/vendorcode/google/chromeos/cr50_enable_update.c +++ b/src/vendorcode/google/chromeos/cr50_enable_update.c @@ -74,7 +74,7 @@
/** * Never update during manually-triggered recovery to ensure update - * cannot interfere. Non-manual VB2_RECOVERY_TRAIN_AND_REBOOT + * cannot interfere. Non-manual VB2_RECOVERY_FORCE_REBOOT * sometimes used to update in factory. */ if (vboot_get_context()->flags & VB2_CONTEXT_FORCE_RECOVERY_MODE)
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42272 )
Change subject: chromeos/cr50_enable_update.c: Fix comment with rename ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42272/1/src/vendorcode/google/chrom... File src/vendorcode/google/chromeos/cr50_enable_update.c:
https://review.coreboot.org/c/coreboot/+/42272/1/src/vendorcode/google/chrom... PS1, Line 77: VB2_RECOVERY_FORCE_REBOOT Are you planning to update the occurrences in vboot_reference library as well?
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/42272?usp=email )
Change subject: chromeos/cr50_enable_update.c: Fix comment with rename ......................................................................
Abandoned