From bdf1dca078adee4717015c5583d77582b85692c3 Mon Sep 17 00:00:00 2001 From: Shamile Khan Date: Tue, 9 Jun 2015 12:32:33 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/276426 Reviewed-by: Randall Spangler --- board/cyan/board.h | 1 + 1 file changed, 1 insertion(+) 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