summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pmc/pmclib.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-11-17 23:43:24 +0100
committerNico Huber <nico.h@gmx.de>2019-01-06 15:54:52 +0000
commita70ed00bc20a162cf2e13dfaafe80ea954fcfbef (patch)
treeeac92328a29f4309c14c5e6e598b5e127f03df61 /src/soc/intel/common/block/pmc/pmclib.c
parent9faae2b939d0c83632baeefe80bef1739e125018 (diff)
downloadcoreboot-a70ed00bc20a162cf2e13dfaafe80ea954fcfbef.tar.xz
soc/intel: Drop pmc_get_mainboard_power_failure_state_choice()
It's not needed anymore. Change-Id: I273acb2bf1675dc947927e3e6d2ebb78aa94518a Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/29681 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/intel/common/block/pmc/pmclib.c')
-rw-r--r--src/soc/intel/common/block/pmc/pmclib.c9
1 files changed, 0 insertions, 9 deletions
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;
-}