diff options
author | Shamile Khan <shamile.khan@intel.com> | 2015-06-09 12:32:33 -0700 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2015-06-16 04:26:04 +0000 |
commit | bdf1dca078adee4717015c5583d77582b85692c3 (patch) | |
tree | 0ce4d095871f12e4fbcf6102adecb574317ad8d0 /board | |
parent | 1a78faf24707a790351cfa02a589af67373d3586 (diff) | |
download | chrome-ec-bdf1dca078adee4717015c5583d77582b85692c3.tar.gz |
cyan: Enable Hash computation to facilitate Software Sync.
BUG=chrome-os-partner:40526
TEST=Enable Software Sync in Coreboot and Depthcharge. Compile
EC followed by Coreboot and program Coreboot. Compile a new
version of EC and program it. Reboot and check EC version of
RW image when Login Screen appears. The version should not be
the latest.
BRANCH=none
Change-Id: Ib6f5aa57fdda607a5c1cf59c8786a4a3a46b575f
Signed-off-by: Shamile Khan <shamile.khan@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/276426
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/cyan/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cyan/board.h b/board/cyan/board.h index ddbd24ba9f..9589a1158d 100644 --- a/board/cyan/board.h +++ b/board/cyan/board.h @@ -30,6 +30,7 @@ #define CONFIG_I2C #define CONFIG_PORT80_TASK_EN #define CONFIG_WAKE_PIN GPIO_POWER_BUTTON_L +#define CONFIG_VBOOT_HASH #define CONFIG_CHARGER #define CONFIG_BATTERY_CUT_OFF |