diff options
author | Martin Roth <martinroth@google.com> | 2018-08-28 08:45:12 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-29 21:06:14 +0000 |
commit | 6bbfb3bfd62e2d19b410c12b429eabc1f329833a (patch) | |
tree | b7ff21cf947c32690aea8d752b8b37f5f557f95b /src/mainboard/google/kahlee/Kconfig | |
parent | 4cafc886195a52a0610c46c79fbb700294e9f1aa (diff) | |
download | coreboot-6bbfb3bfd62e2d19b410c12b429eabc1f329833a.tar.xz |
mainboard/google/kahlee: Enable EC firmware update screen
Grunt takes a few seconds to update the EC, so display a notification
screen while that's happening.
BUG=b:113286040
TEST=Boot Grunt with old EC firmware, see update screen
Change-Id: I95fc4d3430bac66c09f57a4d34abde08752e5f0e
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/28374
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index fbd1fb0ca4..bde91a12ef 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -98,6 +98,7 @@ config ONBOARD_VGA_IS_PRIMARY config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH + select VBOOT_EC_SLOW_UPDATE if VBOOT_EC_SOFTWARE_SYNC config VBOOT_VBNV_OFFSET hex |