summaryrefslogtreecommitdiff
path: root/util/ec_openocd.py
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-07-26 11:08:55 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-29 20:39:30 +0000
commitcb3adecc57273a927b4759939ce3031f6afc7f9b (patch)
tree16be2f04213073304d6bb8c4007f62d058c36f89 /util/ec_openocd.py
parent5645d842b2c39e863f56c5da84fa9472ac4f68c7 (diff)
downloadchrome-ec-cb3adecc57273a927b4759939ce3031f6afc7f9b.tar.gz
zephyr: Change final output binary to ec.bin
For backwards compatibility set the final output binary to ec.bin instead of zephyr.bin. Remove some references to zephr.bin. BRANCH=None BUG=b:239887568 TEST=zmake build -a ; ls build/zephyr/*/output Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I9840699505ef97e338b5552de3237f5f6741c8e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3788136 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'util/ec_openocd.py')
-rwxr-xr-xutil/ec_openocd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ec_openocd.py b/util/ec_openocd.py
index bff3e801ec..83894e58fc 100755
--- a/util/ec_openocd.py
+++ b/util/ec_openocd.py
@@ -141,7 +141,7 @@ def get_flash_file(board):
/ "zephyr"
/ board
/ "output"
- / "zephyr.bin"
+ / "ec.bin"
).resolve()