diff options
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/include/intelblocks/pmclib.h | 6 | ||||
-rw-r--r-- | src/soc/intel/common/block/pmc/pmclib.c | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h index 45695252f4..e1c29be1ad 100644 --- a/src/soc/intel/common/block/include/intelblocks/pmclib.h +++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h @@ -221,10 +221,4 @@ enum { MAINBOARD_POWER_STATE_PREVIOUS, }; -/* - * Determines what state to go to when power is reapplied - * after a power failure (G3 State) - */ -int pmc_get_mainboard_power_failure_state_choice(void); - #endif /* SOC_INTEL_COMMON_BLOCK_PMCLIB_H */ diff --git a/src/soc/intel/common/block/pmc/pmclib.c b/src/soc/intel/common/block/pmc/pmclib.c index dcc7cc9a4b..4a1da9ecb9 100644 --- a/src/soc/intel/common/block/pmc/pmclib.c +++ b/src/soc/intel/common/block/pmc/pmclib.c @@ -580,12 +580,3 @@ void pmc_gpe_init(void) /* Set the routes in the GPIO communities as well. */ gpio_route_gpe(dw0, dw1, dw2); } - -/* - * Determines what state to go to when power is reapplied - * after a power failure (G3 State) - */ -int pmc_get_mainboard_power_failure_state_choice(void) -{ - return CONFIG_MAINBOARD_POWER_FAILURE_STATE; -} |