oak: Select VBOOT_EC_SLOW_UPDATE Kconfig option
All current Oak boards have PD chips with update speeds that range from slow (Oak) to "OMG it's so awfully slow I could make a cup of coffee and it would still not be done" (Elm). Set the flag that enables the "Your system is applying a critical update. Please don't turn it off." message on EC software sync so that our users don't accidentally carry it back to the store and demand a refund while it's still not done booting. BRANCH=None BUG=chrome-os-partner:51145 TEST=Booted Oak in normal mode with a new EC-RW image. Confirmed that I saw the magic screen. Change-Id: I64ba698985d5fbcf2b94115df72b70a5319106ac Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/348787 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
9c242f779c
commit
274644b9e1
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
config CHROMEOS
|
||||
select CHROMEOS_VBNV_FLASH
|
||||
select EC_SOFTWARE_SYNC
|
||||
select VBOOT_EC_SLOW_UPDATE
|
||||
select VBOOT_OPROM_MATTERS
|
||||
select VIRTUAL_DEV_SWITCH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue