summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2023-01-13 09:25:05 +1100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-16 02:43:35 +0000
commit611a9ab148c8a56dbdbc4e2844a74fcbe63b0457 (patch)
treed0d76c36cc41064babc4dbe2643bf1b0f48a3cd0
parent9adb7a68900f2ef9e8baab46577ed039b364a24a (diff)
downloadchrome-ec-611a9ab148c8a56dbdbc4e2844a74fcbe63b0457.tar.gz
cr50/README.md: Use futility over obsolete script
BUG=b:260531154 BRANCH=none TEST=none Change-Id: I9e9cb4aadb7b59d7d1f64847d3e4852ca15f5b9e Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4160818 Tested-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Peter Marheine <pmarheine@chromium.org> Auto-Submit: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Evan Benn <evanbenn@chromium.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c04be20c3..bd256bc7c0 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,7 @@ and turn on other developer-friendly flags (note that write protect must be
disabled for this to work):
```bash
-# /usr/share/vboot/bin/set_gbb_flags.sh 0x239
+# futility gbb --set --flash --flags=0x239
```
```bash