summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/ec.h
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2022-11-01 02:02:56 -0700
committerMartin L Roth <gaumless@gmail.com>2022-11-12 23:01:47 +0000
commit603de3f763ce7cde43fe50c9d9bb75e86a5c868c (patch)
tree06712ce2f6ed07854e78e345391a1490a5e3e6cb /src/ec/google/chromeec/ec.h
parent675de7524c495dc42f1b47d04aecc6eeabd5d0a1 (diff)
downloadcoreboot-603de3f763ce7cde43fe50c9d9bb75e86a5c868c.tar.gz
coreboot-603de3f763ce7cde43fe50c9d9bb75e86a5c868c.tar.bz2
coreboot-603de3f763ce7cde43fe50c9d9bb75e86a5c868c.zip
ec/google/chromeec: Deprecate dev_index from google_chromeec_reboot
This removes the dev_index argument from the google_chromeec_reboot API. It's always set to 0, so don't bother passing it. BUG=b:258126464 BRANCH=none TEST=none Change-Id: Iadc3d7c6c1e048e4b1ab8f8cec3cb8eb8db38e6a Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69373 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/google/chromeec/ec.h')
-rw-r--r--src/ec/google/chromeec/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec.h b/src/ec/google/chromeec/ec.h
index 821eaa3b34b8..42326601e8a6 100644
--- a/src/ec/google/chromeec/ec.h
+++ b/src/ec/google/chromeec/ec.h
@@ -88,7 +88,7 @@ int google_chromeec_vstore_write(int slot, uint8_t *data, size_t size);
/* Issue reboot command to EC with specified type and flags. Returns 0 on
success, < 0 otherwise. */
-int google_chromeec_reboot(int dev_idx, enum ec_reboot_cmd type, uint8_t flags);
+int google_chromeec_reboot(enum ec_reboot_cmd type, uint8_t flags);
/**
* Get data from Cros Board Info