mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 18:11:05 +00:00
glados: Enable CONFIG_VBOOT_HASH
Enable CONFIG_VBOOT_HASH to support image hash related host commands. BUG=chrome-os-partner:44214 TEST=Verify `ectool echash` prints a hash BRANCH=None Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Change-Id: Ida17b6cbd03ba0a136df1306bf277dc548a5d9ef Reviewed-on: https://chromium-review.googlesource.com/294567 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
43b3f5bc88
commit
3449026b47
@@ -40,6 +40,7 @@
|
||||
#define CONFIG_POWER_BUTTON
|
||||
#define CONFIG_POWER_BUTTON_X86
|
||||
#define CONFIG_POWER_COMMON
|
||||
#define CONFIG_SCI_GPIO GPIO_PCH_SCI_L
|
||||
#define CONFIG_USB_CHARGER
|
||||
#define CONFIG_USB_MUX_PI3USB30532
|
||||
#define CONFIG_USB_MUX_PS8740
|
||||
@@ -56,7 +57,7 @@
|
||||
#define CONFIG_USBC_SS_MUX
|
||||
#define CONFIG_USBC_SS_MUX_DFP_ONLY
|
||||
#define CONFIG_USBC_VCONN
|
||||
#define CONFIG_SCI_GPIO GPIO_PCH_SCI_L
|
||||
#define CONFIG_VBOOT_HASH
|
||||
|
||||
#define CONFIG_SPI_FLASH_PORT 1
|
||||
#define CONFIG_SPI_FLASH
|
||||
@@ -108,7 +109,7 @@
|
||||
#undef CONFIG_CONSOLE_CMDHELP
|
||||
|
||||
#undef DEFERRABLE_MAX_COUNT
|
||||
#define DEFERRABLE_MAX_COUNT 12
|
||||
#define DEFERRABLE_MAX_COUNT 13
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user