summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2016-04-09 20:53:35 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-12 19:00:31 -0700
commit66af587cbcbc5e3075cd003db6032dd54ac6e8a2 (patch)
tree9f72cc7366e1a549c206bf480276903e483441cd /include/config.h
parenta8d4c3f9367f24ea2a2e26c6f5313ad18b747a56 (diff)
downloadchrome-ec-66af587cbcbc5e3075cd003db6032dd54ac6e8a2.tar.gz
Cr50: Enable RW FW updates over USB
This enables the Cr50 to accept RW firmware updates over USB. BUG=chrome-os-partner:50707, chrome-os-partner:50712 BRANCH=none TEST=make buildall; test on Cr50 Build and run the extra/usb_updater utility. Watch the console, and observe that the Cr50 updates and reboots into the new image correctly. Note that you'll have to rebuild the ec.bin image in order for the update to take effect. Just reflashing the same image doesn't cause the bootloader to change its selection. All the previously existing endpoints continue to function normally. Change-Id: I7bd22eae803c2ceeb14a767c06d3d5c9f1ac7c7a Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/338089 Commit-Ready: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2d5cac6189..3b61e679f0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2088,6 +2088,7 @@
/* Firmware upgrade options. */
/* Firmware updates using other than HC channel(s). */
#undef CONFIG_NON_HC_FW_UPDATE
+#undef CONFIG_USB_FW_UPDATE
/*****************************************************************************/
/*