summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-11-19 06:38:55 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-06 16:07:33 +0000
commitdf8d46d8efa2ea63879fb18fa61dcaf4292a682a (patch)
tree8d1bbf01fb5d9c77144f7ca90bdef847dd365565
parentd543cbe84912f722b19f8e624d9d31254d5bed7f (diff)
downloadchrome-ec-df8d46d8efa2ea63879fb18fa61dcaf4292a682a.tar.gz
docs: update to vboot2-style vb2ex_ec_vboot_done
BUG=b:124141368, chromium:1016688 TEST=none BRANCH=none Change-Id: I638acd4e9c32176e0ae39537fad8359404dd7a79 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1918996 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
-rw-r--r--docs/low_battery_startup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/low_battery_startup.md b/docs/low_battery_startup.md
index 82f5c8c6ab..de346546c8 100644
--- a/docs/low_battery_startup.md
+++ b/docs/low_battery_startup.md
@@ -156,7 +156,7 @@ It does this by polling via the:
When the EC returns 0, power draw by the AP is unlimited and depthcharge resumes
the boot. If the EC fails to return 0 in three seconds, depthcharge shuts down.
-See also VbExEcVbootDone() in Depthcharge, and option
+See also vb2ex_ec_vboot_done() in Depthcharge, and option
`CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW` in the EC. By default, this option
is not set, and the EC immediately allows the boot to proceed.