diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-03-15 13:13:43 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-03-17 08:32:19 +0100 |
commit | 336a34c81be7455ce2ec978b31fb04f5d4518ec0 (patch) | |
tree | 24e69ad092f6bfeea3c20b124dcd5895f040dc89 | |
parent | 07f60aa56fefa0aeb4f896d63267a54ddfae0715 (diff) | |
download | coreboot-336a34c81be7455ce2ec978b31fb04f5d4518ec0.tar.xz |
mainboard/google/poppy: Enable EC SW sync
Now that EC on poppy is stable, it is time to switch on EC SW sync.
BUG=b:36178824
BRANCH=None
TEST=Verified that EC SW sync is done properly and device boots to OS.
Change-Id: I1395ad8af73128a8dd220351f5b5da157659b19e
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/18838
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/mainboard/google/poppy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig index 224f9b243f..2240c2d89c 100644 --- a/src/mainboard/google/poppy/Kconfig +++ b/src/mainboard/google/poppy/Kconfig @@ -19,7 +19,6 @@ config BOARD_SPECIFIC_OPTIONS config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES select LID_SWITCH - select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC config GBB_HWID string |