soc/amd/common/block/pm: remove POWER_STATE_DEFAULT_ON_AFTER_FAILURE

Not selecting POWER_STATE_DEFAULT_ON_AFTER_FAILURE brings Cezanne that
is currently the only SoC using this functionality in line with Picasso
where the default is that the board remains in power off mode after
power was lost and later restored. Boards can change this behavior by
selecting POWER_STATE_OFF_AFTER_FAILURE, POWER_STATE_ON_AFTER_FAILURE or
POWER_STATE_PREVIOUS_AFTER_FAILURE.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ic96f40e3c9867cd821e58d752f58b763930f6d0f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52300
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2021-04-13 19:40:06 +02:00
parent 7cc502b07a
commit 151cc6c14b
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ config SOC_AMD_COMMON_BLOCK_PM
if SOC_AMD_COMMON_BLOCK_PM
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
default y
config SOC_AMD_COMMON_BLOCK_PM_CHIPSET_STATE_SAVE
bool
help